NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

DataTable Properties

The properties of the DataTable class are listed below. For a complete list of DataTable class members, see the DataTable Members topic.

Public:

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.
DataSet Gets the DataSet that this table belongs to.
DefaultView Gets a customized view of the table which may include a filtered view, or a cursor position.
DisplayExpression Gets or sets the expression that will return a value used to represent this row in UI.
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.
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 DataTable.
ParentRelations Gets the collection of parent relations for this DataTable.
PrimaryKey Gets or sets an array of columns that function as primary keys for the data table.
Rows Gets the collection of rows that belong to this table.
Site (inherited from Component) Gets or sets the site of the Component.
TableName Gets or sets the name of the table.

See Also

DataTable Class | System.Data Namespace