ComponentOne DataObjects for .NET
DataMode Property

C1.Data.2 Assembly > C1.Data.SchemaObjects Namespace > DbTable Class : DataMode Property
Gets or sets the table data mode.
Syntax
'Declaration
 
Public Property DataMode As DataModeEnum
public DataModeEnum DataMode {get; set;}
Remarks
Data mode is one of the DataModeEnum values specifying whether a table is bound, SQL-based or unbound.
See Also

Reference

DbTable Class
DbTable Members
Bound, SQL-Based and Unbound Tables