This property returns whether the client is connected to the database using a connection pool license.


Namespace: rocketsoftware.MVSP
Assembly: RocketMVSP (in RocketMVSP.dll)

Syntax

Visual Basic (Declaration)
Public ReadOnly Property isConnectionPooled As Boolean
C#
public bool isConnectionPooled { get; }
C++
public property bool isConnectionPooled sealed  {
    bool get();
}
J#
/** property */
public bool get_isConnectionPooled();
JScript
public function get isConnectionPooled() : bool

Property Value

True if the client is connected to the MVSP Server using a connection pool license

See Also