ComponentOne DataObjects for .NET
ConnectionComponent Property (C1ExpressTable)

C1.Data.Express.2 Assembly > C1.Data.Express Namespace > C1ExpressTable Class : ConnectionComponent Property
Gets or sets the C1ExpressConnection component this table is attached to.
Syntax
'Declaration
 
Public Property ConnectionComponent As C1ExpressConnection
public C1ExpressConnection ConnectionComponent {get; set;}
Remarks
A C1ExpressTable can be either stand-alone, in which case this property is not set, or belong to a C1ExpressConnection.
See Also

Reference

C1ExpressTable Class
C1ExpressTable Members