C1.Silverlight.Data Namespace : DataTable Class |
The following tables list the members exposed by DataTable.
Name | Description | |
---|---|---|
![]() | DataTable Constructor | Overloaded. |
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. |
Name | Description | |
---|---|---|
![]() | AcceptChanges | Marks all rows as unchanged. |
![]() | BeginLoadData | Suspends notifications during batch operations. |
![]() | Compute | Overloaded. Evaluates an expression using data in a given DataRow. |
![]() | EndLoadData | Resumes notifications suspended by a call to BeginLoadData. |
![]() | GetChanges | Overloaded. Gets a DataTable containing all rows that have changed since the table was loaded or AcceptChanges was called, or null if the table contains no changes. |
![]() | GetErrors | Gets an array of DataRow objects that contain errors. |
![]() | NewRow | Creates a new DataRow that is compatible with this table. |
![]() | Select | Overloaded. Gets an array with all rows in the table that match a filter expression. |
Name | Description | |
---|---|---|
![]() | ColumnChanged | Occurs after a value has been changed for the specified DataColumn in a DataRow. |
![]() | ColumnChanging | Occurs when a value is being changed for the specified DataColumn in a DataRow. |