ComponentOne DataObjects for .NET
Connection Property (DbTable)

C1.Data.2 Assembly > C1.Data.SchemaObjects Namespace > DbTable Class : Connection Property
Gets or sets the Connection object used for the table.
Syntax
'Declaration
 
Public Property Connection As Connection
public Connection Connection {get; set;}
Remarks
This property is null for an unbound table.
See Also

Reference

DbTable Class
DbTable Members
Table Properties
Bound, SQL-Based and Unbound Tables
DataMode Property