DataTable Properties
.NET Framework 2.0
(see also
Protected Properties
)
Top
| Name | Description | |
|---|---|---|
| CaseSensitive | Indicates whether string comparisons within the table are case-sensitive. |
| ChildRelations | Gets the collection of child relations for this DataTable. |
| Columns | Gets the collection of columns that belong to this table. |
| Constraints | Gets the collection of constraints maintained by this table. |
| Container | Gets the container for the component. (Inherited from MarshalByValueComponent.) |
| DataSet | Gets the DataSet to which this table belongs. |
| DefaultView | Gets a customized view of the table that may include a filtered view, or a cursor position. |
| DesignMode | Gets a value indicating whether the component is currently in design mode. (Inherited from MarshalByValueComponent.) |
| DisplayExpression | Gets or sets the expression that returns a value used to represent this table in the user interface. |
| ExtendedProperties | Gets the collection of customized user information. |
| HasErrors | Gets a value indicating whether there are errors in any of the rows in any of the tables of the DataSet to which the table belongs. |
| IsInitialized | Gets a value that indicates whether the DataTable is initialized. |
| Locale | Gets or sets the locale information used to compare strings within the table. |
| MinimumCapacity | Gets or sets the initial starting size for this table. |
| Namespace | Gets or sets the namespace for the XML representation of the data stored in the DataTable. |
| ParentRelations | Gets the collection of parent relations for this DataTable. |
| Prefix | Gets or sets the namespace for the XML representation of the data stored in the DataTable. |
| PrimaryKey | Gets or sets an array of columns that function as primary keys for the data table. |
| RemotingFormat | Gets or sets the serialization format. |
| Rows | Gets the collection of rows that belong to this table. |
| Site | Gets or sets an System.ComponentModel.ISite for the DataTable. |
| TableName | Gets or sets the name of the DataTable. |
| Name | Description | |
|---|---|---|
| Events | Gets the list of event handlers that are attached to this component. (Inherited from MarshalByValueComponent.) |
| Name | Description | |
|---|---|---|
| System.ComponentModel.IListSource.ContainsListCollection | For a description of this member, see ContainsListCollection. |
Community Additions
ADD
Show: