dotConnect for PostgreSQL Documentation
Devart.Common Namespace / DbDataTable Class

In This Topic
DbDataTable Class Methods
In This Topic

For a list of all members of this type, see DbDataTable members.

Public Methods
 NameDescription
Public Method (Inherited from System.Data.DataTable)
Public MethodStarts an asynchronous invocation of the Fill() method.  
Public Method (Inherited from System.Data.DataTable)
Public Method (Inherited from System.Data.DataTable)
Public MethodStops asynchronous fill operation.  
Public MethodClears DbDataTable and stops Fill operation.  
Public MethodOverridden. Clones the structure of the DbDataTable, including all System.Data.DataTable schemes and constraints.  
Public MethodDisconnects DbDataTable from the data source and frees server resources allocated for the query.  
Public Method (Inherited from System.Data.DataTable)
Public Method (Inherited from System.Data.DataTable)
Public Method (Inherited from System.Data.DataTable)
Public Method (Inherited from System.ComponentModel.MarshalByValueComponent)
Public MethodEnds an asynchronous invocation of the Fill() method.  
Public MethodOverridden. Ends the initialization of a DbDataTable that is used on a form or used by another component. The initialization occurs at run time.  
Public Method (Inherited from System.Data.DataTable)
Public MethodOverloaded. Fills the System.Data.DataTable.Rows collection of the DbDataTable with rows from the data source.  
Public MethodOverloaded. 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.  
Public MethodConfigures the schema to match that in the data source.  
Public MethodOverloaded.  (Inherited from System.Data.DataTable)
Public Method (Inherited from System.Data.DataTable)
Public Method (Inherited from System.Data.DataTable)
Public Method (Inherited from System.ComponentModel.MarshalByValueComponent)
Public Method (Inherited from System.Data.DataTable)
Public MethodOverloaded.  (Inherited from System.Data.DataTable)
Public MethodOverloaded.  (Inherited from System.Data.DataTable)
Public MethodOverloaded.  (Inherited from System.Data.DataTable)
Public Method (Inherited from System.Data.DataTable)
Public MethodFetches data and sets the Active property to true.  
Public MethodReads the next data row when DbDataTable operates in connected model.  
Public MethodFills a row with data not fetched in the initial fill operation.  
Public MethodOverloaded.  (Inherited from System.Data.DataTable)
Public MethodOverloaded.  (Inherited from System.Data.DataTable)
Public MethodRefreshes the specified row with values from server.  
Public Method (Inherited from System.Data.DataTable)
Public Method (Inherited from System.Data.DataTable)
Public MethodOverloaded. Gets an array of DataRow objects.  
Public MethodOverloaded. Suspends asynchronous fill operation.  
Public Method (Inherited from System.Data.DataTable)
Public MethodExecutes the appropriate commands to delete, insert, or update rows in the data source.  
Public MethodExecutes the appropriate commands to delete, insert, or update the specified rows in the data source.  
Public MethodOverloaded.  (Inherited from System.Data.DataTable)
Public MethodOverloaded.  (Inherited from System.Data.DataTable)
Top
See Also