Name | Description | |
---|---|---|
![]() | AcceptChanges | (Inherited from System.Data.DataTable) |
![]() | BeginFill | Starts an asynchronous invocation of the Fill() method. |
![]() | BeginInit | (Inherited from System.Data.DataTable) |
![]() | BeginLoadData | (Inherited from System.Data.DataTable) |
![]() | CancelFetch | Stops asynchronous fill operation. |
![]() | Clear | Clears DbDataTable and stops Fill operation. |
![]() | Clone | Overridden. Clones the structure of the DbDataTable, including all System.Data.DataTable schemes and constraints. |
![]() | Close | Disconnects DbDataTable from the data source and frees server resources allocated for the query. |
![]() | Compute | (Inherited from System.Data.DataTable) |
![]() | Copy | (Inherited from System.Data.DataTable) |
![]() | CreateDataReader | (Inherited from System.Data.DataTable) |
![]() | Dispose() | (Inherited from System.ComponentModel.MarshalByValueComponent) |
![]() | EndFill | Ends an asynchronous invocation of the Fill() method. |
![]() | EndInit | Overridden. Ends the initialization of a DbDataTable that is used on a form or used by another component. The initialization occurs at run time. |
![]() | EndLoadData | (Inherited from System.Data.DataTable) |
![]() | Fill | Overloaded. Fills the System.Data.DataTable.Rows collection of the DbDataTable with rows from the data source. |
![]() | FillPage | Overloaded. Fills the System.Data.DataTable.Rows collection of the DbDataTable with rows from the data source starting at the row indicated by startRecord and including up to the number of rows indicated by maxRecords. |
![]() | FillSchema | Configures the schema to match that in the data source. |
![]() | GetChanges | Overloaded. (Inherited from System.Data.DataTable) |
![]() | GetErrors | (Inherited from System.Data.DataTable) |
![]() | GetObjectData | (Inherited from System.Data.DataTable) |
![]() | GetService | (Inherited from System.ComponentModel.MarshalByValueComponent) |
![]() | ImportRow | (Inherited from System.Data.DataTable) |
![]() | Load | Overloaded. (Inherited from System.Data.DataTable) |
![]() | LoadDataRow | Overloaded. (Inherited from System.Data.DataTable) |
![]() | Merge | Overloaded. (Inherited from System.Data.DataTable) |
![]() | NewRow | (Inherited from System.Data.DataTable) |
![]() | Open | Fetches data and sets the Active property to true. |
![]() | Read | Reads the next data row when DbDataTable operates in connected model. |
![]() | ReadComplete | Fills a row with data not fetched in the initial fill operation. |
![]() | ReadXml | Overloaded. (Inherited from System.Data.DataTable) |
![]() | ReadXmlSchema | Overloaded. (Inherited from System.Data.DataTable) |
![]() | RefreshRow | Refreshes the specified row with values from server. |
![]() | RejectChanges | (Inherited from System.Data.DataTable) |
![]() | Reset | (Inherited from System.Data.DataTable) |
![]() | Select | Overloaded. Gets an array of DataRow objects. |
![]() | SuspendFill | Overloaded. Suspends asynchronous fill operation. |
![]() | ToString | (Inherited from System.Data.DataTable) |
![]() | Update | Executes the appropriate commands to delete, insert, or update rows in the data source. |
![]() | UpdateRows | Executes the appropriate commands to delete, insert, or update the specified rows in the data source. |
![]() | WriteXml | Overloaded. (Inherited from System.Data.DataTable) |
![]() | WriteXmlSchema | Overloaded. (Inherited from System.Data.DataTable) |