ComponentOne DataObjects for .NET
ExpressConnection Property

C1.Data.Express.2 Assembly > C1.Data.Express Namespace > C1ExpressTable Class : ExpressConnection Property
Gets the C1ExpressConnection component for this table.
Syntax
'Declaration
 
Public ReadOnly Property ExpressConnection As C1ExpressConnection
public C1ExpressConnection ExpressConnection {get;}
Remarks
For a stand-alone C1ExpressTable (ConnectionComponent property not set), this property returns the internal C1ExpressConnection component belonging to this C1ExpressTable. If the ConnectionComponent property is set, the ExpressConnection property returns the value of ConnectionComponent.
See Also

Reference

C1ExpressTable Class
C1ExpressTable Members