Name | Description | |
---|---|---|
CaseSensitive | Indicates whether string comparisons within the table are case-sensitive. | |
ChildRelations | Gets a collection with all DataRelation objects for which this table is the parent table. | |
Columns | Gets a list of DataColumn columns. | |
DataSet | Gets the DataSet that owns this table. | |
DefaultView | Gets the default DataView associated with this DataTable. | |
EnforceConstraints | Gets or sets a value indicating whether constraint rules are followed when attempting any update operation. | |
ExtendedProperties | Gets a collection of custom user information associated with this NamedObject. (Inherited from C1.Silverlight.Data.NamedObject) | |
HasErrors | Gets a value indicating whether there are errors in any of the rows. | |
Locale | Gets or sets the locale information used to compare strings within the table. | |
Name | Gets or sets the object's name. (Inherited from C1.Silverlight.Data.NamedObject) | |
ParentRelations | Gets a collection with all DataRelation objects for which this table is the child table. | |
PrimaryKey | Gets or sets the DataColumn that is used as a key for this table. | |
Rows | Gets a list of DataRow objects. | |
TableName | Gets or sets the name of the table. |