TypedListCore Properties |
The TypedListCore type exposes the following members.
Name | Description | |
---|---|---|
CaseSensitive | Indicates whether string comparisons within the table are case-sensitive. (Inherited from DataTable.) | |
ChildRelations | Gets the collection of child relations for this DataTable. (Inherited from DataTable.) | |
Columns | Gets the collection of columns that belong to this table. (Inherited from DataTable.) | |
Constraints | Gets the collection of constraints maintained by this table. (Inherited from DataTable.) | |
Container | Gets the container for the component. (Inherited from MarshalByValueComponent.) | |
Count |
Returns the amount of rows in this typed list.
| |
DataSet | Gets the DataSet to which this table belongs. (Inherited from DataTable.) | |
DefaultView | Gets a customized view of the table that may include a filtered view, or a cursor position. (Inherited from DataTable.) | |
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. The DisplayExpression property lets you display the name of this table in a user interface. (Inherited from DataTable.) | |
Events | Gets the list of event handlers that are attached to this component. (Inherited from MarshalByValueComponent.) | |
ExtendedProperties | Gets the collection of customized user information. (Inherited from DataTable.) | |
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. (Inherited from DataTable.) | |
IsInitialized | Gets a value that indicates whether the DataTable is initialized. (Inherited from DataTable.) | |
Locale | Gets or sets the locale information used to compare strings within the table. (Inherited from DataTable.) | |
MinimumCapacity | Gets or sets the initial starting size for this table. (Inherited from DataTable.) | |
Namespace | Gets or sets the namespace for the XML representation of the data stored in the DataTable. (Inherited from DataTable.) | |
ObeyWeakRelations |
Gets / sets ObeyWeakRelations, which is the flag to signal the collection what kind of join statements to generate in the
query statement. Weak relationships are relationships which are optional, for example a
customer with no orders is possible, because the relationship between customer and order is based on a field in order.
When this property is set to true (default: false), weak relationships will result in LEFT JOIN statements. When
set to false (which is the default), INNER JOIN statements are used.
| |
ParentRelations | Gets the collection of parent relations for this DataTable. (Inherited from DataTable.) | |
Prefix | Gets or sets the namespace for the XML representation of the data stored in the DataTable. (Inherited from DataTable.) | |
PrimaryKey | Gets or sets an array of columns that function as primary keys for the data table. (Inherited from DataTable.) | |
RemotingFormat | Gets or sets the serialization format. (Inherited from DataTable.) | |
Rows | Gets the collection of rows that belong to this table. (Inherited from DataTable.) | |
Site | (Inherited from DataTable.) | |
TableName | Gets or sets the name of the DataTable. (Inherited from DataTable.) |
Name | Description | |
---|---|---|
IListSourceContainsListCollection | For a description of this member, see ContainsListCollection. (Inherited from DataTable.) |