ModelDataTable Members

WRQ.Verastream.HostIntegrator

WRQ Verastream Host Integrator .Net Reference

ModelDataTable Members

Public Instance Properties

CaseSensitive (inherited from DataTable)Indicates whether string comparisons within the table are case-sensitive.
ChildRelations (inherited from DataTable)Gets the collection of child relations for this DataTable.
Columns (inherited from DataTable)Gets the collection of columns that belong to this table.
Constraints (inherited from DataTable)Gets the collection of constraints maintained by this table.
Container (inherited from MarshalByValueComponent)Gets the container for the component.
DataSet (inherited from DataTable)Gets the DataSet that this table belongs to.
DefaultView (inherited from DataTable)Gets a customized view of the table which may include a filtered view, or a cursor position.
DesignMode (inherited from MarshalByValueComponent)Gets a value indicating whether the component is currently in design mode.
DisplayExpression (inherited from DataTable)Gets or sets the expression that will return a value used to represent this table in the user interface.
ExtendedProperties (inherited from DataTable)Gets the collection of customized user information.
HasErrors (inherited from DataTable)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 (inherited from DataTable)Gets or sets the locale information used to compare strings within the table.
MinimumCapacity (inherited from DataTable)Gets or sets the initial starting size for this table.
Namespace (inherited from DataTable)Gets or sets the namespace for the XML represenation of the data stored in the DataTable.
ParentRelations (inherited from DataTable)Gets the collection of parent relations for this DataTable.
Prefix (inherited from DataTable)Gets or sets the namespace for the XML represenation of the data stored in the DataTable.
PrimaryKey (inherited from DataTable)Gets or sets an array of columns that function as primary keys for the data table.
Rows (inherited from DataTable)Gets the collection of rows that belong to this table.
Site (inherited from DataTable)Gets or sets an ISite for the DataTable .
TableName (inherited from DataTable)Gets or sets the name of the the DataTable .

Public Instance Methods

AcceptChanges (inherited from DataTable)Commits all the changes made to this table since the last time AcceptChanges was called.
BeginInit (inherited from DataTable)Begins the initialization of a DataTable that is used on a form or used by another component. The initialization occurs at runtime.
BeginLoadData (inherited from DataTable)Turns off notifications, index maintenance, and constraints while loading data.
Clear (inherited from DataTable) Clears the DataTable of all data.
Clone (inherited from DataTable)Clones the structure of the DataTable, including all DataTable schemas, relations, and constraints.
Compute (inherited from DataTable)Computes the given expression on the current rows that pass the filter criteria.
Copy (inherited from DataTable)Copies both the structure and data for this DataTable.
Dispose (inherited from MarshalByValueComponent) Releases all resources used by the MarshalByValueComponent .
EndInit (inherited from DataTable)Ends the initialization of a DataTable that is used on a form or used by another component. The initialization occurs at runtime.
EndLoadData (inherited from DataTable)Turns on notifications, index maintenance, and constraints after loading data.
Equals (inherited from Object)Determines whether the specified Object is equal to the current Object.
GetChanges (inherited from DataTable)Gets a copy of the DataTable that contains all changes made to it since it was loaded or AcceptChanges was last called.
GetChanges (inherited from DataTable)Gets a copy of the DataTable containing all changes made to it since it was last loaded, or since AcceptChanges was called, filtered by DataRowState.
GetErrors (inherited from DataTable)Gets an array of DataRow objects that contain errors.
GetHashCode (inherited from Object)Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
GetService (inherited from MarshalByValueComponent)Gets the implementer of the IServiceProvider.
GetType (inherited from Object)Gets the Type of the current instance.
ImportRow (inherited from DataTable)Copies a DataRow into a DataTable, preserving any property settings, as well as original and current values.
LoadDataRow (inherited from DataTable)Finds and updates a specific row. If no matching row is found, a new row is created using the given values.
NewRow (inherited from DataTable)Creates a new DataRow with the same schema as the table.
RecordIndexGets the index number for the specified record.
RejectChanges (inherited from DataTable)Rolls back all changes that have been made to the table since it was loaded, or the last time AcceptChanges was called.
Reset (inherited from DataTable) Resets the DataTable to its original state.
Select (inherited from DataTable)Gets an array of all DataRow objects.
Select (inherited from DataTable)Gets an array of all DataRow objects that match the filter criteria in order of primary key (or lacking one, order of addition.)
Select (inherited from DataTable)Gets an array of all DataRow objects that match the filter criteria, in the the specified sort order.
Select (inherited from DataTable)Gets an array of all DataRow objects that match the filter in the order of the sort, that match the specified state.
ToString (inherited from DataTable)Gets the TableName and DisplayExpression, if there is one as a concatenated string.

Public Instance Events

ColumnChanged (inherited from DataTable)Occurs when after a value has been changed for the specified DataColumn in a DataRow .
ColumnChanging (inherited from DataTable)Occurs when a value is being changed for the specified DataColumn in a DataRow .
Disposed (inherited from MarshalByValueComponent)Adds an event handler to listen to the Disposed event on the component.
RowChanged (inherited from DataTable) Occurs after a DataRow has been changed successfully.
RowChanging (inherited from DataTable) Occurs when a DataRow is changing.
RowDeleted (inherited from DataTable) Occurs after a row in the table has been deleted.
RowDeleting (inherited from DataTable) Occurs before a row in the table is about to be deleted.

Explicit Interface Implementations

IListSource.GetList (inherited from DataTable)
ISerializable.GetObjectData (inherited from DataTable)

See Also

ModelDataTable Class | WRQ.Verastream.HostIntegrator Namespace