Name | Description | |
---|---|---|
MySqlDataTable Constructor | Overloaded. Initializes a new instance of the MySqlDataTable class. |
The following tables list the members exposed by MySqlDataTable.
Name | Description | |
---|---|---|
MySqlDataTable Constructor | Overloaded. Initializes a new instance of the MySqlDataTable class. |
Name | Description | |
---|---|---|
Active | Gets or sets whether a Devart.Common.DbDataTable is filled with data from a data source. (Inherited from Devart.Common.DbDataTable) | |
CachedUpdates | Enables or disables cached updates mode. (Inherited from Devart.Common.DbDataTable) | |
CancelEditRowIfUpdateFailed | (Inherited from Devart.Common.DbDataTable) | |
CaseSensitive | (Inherited from System.Data.DataTable) | |
ChildRelations | (Inherited from System.Data.DataTable) | |
Columns | Gets the collection of columns that belong to this table. (Inherited from Devart.Common.DbDataTable) | |
ConflictOption | Specifies which System.Data.ConflictOption is to be used by the Devart.Common.DbDataTable. (Inherited from Devart.Common.DbDataTable) | |
Connection | Gets or sets the MySqlConnection used to connect to the data source. | |
Constraints | Gets the collection of constraints maintained by this table. (Inherited from Devart.Common.DbDataTable) | |
Container | (Inherited from System.ComponentModel.MarshalByValueComponent) | |
DataSet | (Inherited from System.Data.DataTable) | |
DefaultView | (Inherited from System.Data.DataTable) | |
DeleteCommand | Gets or sets a MySQL statement to delete records from the data set. | |
DesignMode | (Inherited from System.ComponentModel.MarshalByValueComponent) | |
DisplayExpression | (Inherited from System.Data.DataTable) | |
ExtendedProperties | (Inherited from System.Data.DataTable) | |
FetchAll | Overridden. Determines whether data is requested from server entirely or partially. | |
HasErrors | (Inherited from System.Data.DataTable) | |
InsertCommand | Gets or sets a MySQL statement to insert new records into the data source. | |
IsInitialized | (Inherited from System.Data.DataTable) | |
Locale | (Inherited from System.Data.DataTable) | |
MaxRecords | Gets or sets max number of records to fetch starting from StartRecord. (Inherited from Devart.Common.DbDataTable) | |
MinimumCapacity | (Inherited from System.Data.DataTable) | |
MissingSchemaAction | Determines the action to take when existing DataSet schema does not match incoming data. (Inherited from Devart.Common.DbDataTable) | |
Name | Gets or sets name of the component. (Inherited from Devart.Common.DbDataTable) | |
Namespace | (Inherited from System.Data.DataTable) | |
NonBlocking | Gets or sets data request mode. (Inherited from Devart.Common.DbDataTable) | |
Owner | Gets or sets form that the component resides on. (Inherited from Devart.Common.DbDataTable) | |
ParentRelation | Gets or sets a Devart.Common.ParentDataRelation object that is used for server side master-detail relation. (Inherited from Devart.Common.DbDataTable) | |
ParentRelations | (Inherited from System.Data.DataTable) | |
Prefix | (Inherited from System.Data.DataTable) | |
PrimaryKey | Gets or sets an array of columns that function as primary keys for the data table. (Inherited from Devart.Common.DbDataTable) | |
QueryRecordCount | Determines whether Devart.Common.DbDataTable should perfrom additional request to determine quantity of records in the result set. (Inherited from Devart.Common.DbDataTable) | |
Quoted | Gets or sets whether the Devart.Common.DbDataTable quotes all the names of data source objects. (Inherited from Devart.Common.DbDataTable) | |
RecordCount | Gets number of rows in the result set. (Inherited from Devart.Common.DbDataTable) | |
RefreshingFields | Gets or sets list of fields whose values should be retrieved after a DML statement execution. | |
RefreshMode | Gets or sets a value that indicates whether and how the Devart.Common.DbDataTable should retrieve field values adjusted by server after an update. (Inherited from Devart.Common.DbDataTable) | |
RemotingFormat | Gets or sets a System.Data.SerializationFormat for the Devart.Common.DbDataTable used during remoting. (Inherited from Devart.Common.DbDataTable) | |
ReturnProviderSpecificTypes | Determines whether to use provider-specific types whenever possible. (Inherited from Devart.Common.DbDataTable) | |
Rows | (Inherited from System.Data.DataTable) | |
SchemaTable | Gets the schema table corresponding to the SelectCommand query. (Inherited from Devart.Common.DbDataTable) | |
SelectCommand | Gets or sets a MySQL statement used to select records in the data source. | |
Site | (Inherited from System.Data.DataTable) | |
StartRecord | Gets or sets record number to start. (Inherited from Devart.Common.DbDataTable) | |
SyncRoot | Gets an object that can be used to synchronize access to the System.Data.DataTable.Rows collection. (Inherited from Devart.Common.DbDataTable) | |
TableMapping | Gets a System.Data.Common.DataTableMapping object that provides the master mapping between a source table and a MySqlDataTable. | |
TableName | (Inherited from System.Data.DataTable) | |
UpdateBatchSize | Gets or sets a value that enables or disables batch processing support, and specifies the number of commands that can be executed in a batch. (Inherited from Devart.Common.DbDataTable) | |
UpdateCommand | Gets or sets a MySQL statement used to update records in the data source. | |
UpdatingFields | Gets or sets string containing list of field names used to generate update commands. | |
UpdatingKeyFields | Gets or sets string containing list of key field names separated by semicolon. They are used to generate update commands. | |
UpdatingTable | Gets or sets table name to generate update statements for. |
Name | Description | |
---|---|---|
AcceptChanges | (Inherited from System.Data.DataTable) | |
BeginFill | Starts an asynchronous invocation of the Fill() method. (Inherited from Devart.Common.DbDataTable) | |
BeginInit | (Inherited from System.Data.DataTable) | |
BeginLoadData | (Inherited from System.Data.DataTable) | |
CancelFetch | Stops asynchronous fill operation. (Inherited from Devart.Common.DbDataTable) | |
Clear | Clears Devart.Common.DbDataTable and stops Fill operation. (Inherited from Devart.Common.DbDataTable) | |
Clone | Clones the structure of the Devart.Common.DbDataTable, including all System.Data.DataTable schemes and constraints. (Inherited from Devart.Common.DbDataTable) | |
Close | Disconnects Devart.Common.DbDataTable from the data source and frees server resources allocated for the query. (Inherited from Devart.Common.DbDataTable) | |
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. (Inherited from Devart.Common.DbDataTable) | |
EndInit | Ends the initialization of a Devart.Common.DbDataTable that is used on a form or used by another component. The initialization occurs at run time. (Inherited from Devart.Common.DbDataTable) | |
EndLoadData | (Inherited from System.Data.DataTable) | |
Fill | Overloaded. Fills the System.Data.DataTable.Rows collection of the Devart.Common.DbDataTable with rows from the data source using the parameter values passed in parameterValues. (Inherited from Devart.Common.DbDataTable) | |
FillPage | Overloaded. Overridden. Fills the System.Data.DataTable.Rows collection of the Devart.Common.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. (Inherited from Devart.Common.DbDataTable) | |
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. (Inherited from Devart.Common.DbDataTable) | |
Read | Reads the next data row when Devart.Common.DbDataTable operates in connected model. (Inherited from Devart.Common.DbDataTable) | |
ReadComplete | Fills a row with data not fetched in the initial fill operation. (Inherited from Devart.Common.DbDataTable) | |
ReadXml | Overloaded. (Inherited from System.Data.DataTable) | |
ReadXmlSchema | Overloaded. (Inherited from System.Data.DataTable) | |
RefreshRow | Refreshes the specified row with values from server. (Inherited from Devart.Common.DbDataTable) | |
RejectChanges | (Inherited from System.Data.DataTable) | |
Reset | (Inherited from System.Data.DataTable) | |
Select | Overloaded. Gets an array of all DataRow objects. (Inherited from Devart.Common.DbDataTable) | |
SuspendFill | Overloaded. Suspends asynchronous fill operation. (Inherited from Devart.Common.DbDataTable) | |
ToString | (Inherited from System.Data.DataTable) | |
Update | Executes the appropriate commands to delete, insert, or update rows in the data source. (Inherited from Devart.Common.DbDataTable) | |
UpdateRows | Executes the appropriate commands to delete, insert, or update the specified rows in the data source. (Inherited from Devart.Common.DbDataTable) | |
WriteXml | Overloaded. (Inherited from System.Data.DataTable) | |
WriteXmlSchema | Overloaded. (Inherited from System.Data.DataTable) |
Name | Description | |
---|---|---|
ColumnChanged | (Inherited from System.Data.DataTable) | |
ColumnChanging | (Inherited from System.Data.DataTable) | |
Disposed | Adds an event handler to listen to the Disposed event on the component. (Inherited from Devart.Common.DbDataTable) | |
FetchFinished | Occurs when a result set is completely fetched. (Inherited from Devart.Common.DbDataTable) | |
FillError | Occurs when an error is raised during a fill operation. (Inherited from Devart.Common.DbDataTable) | |
Initialized | (Inherited from System.Data.DataTable) | |
RowChanged | (Inherited from System.Data.DataTable) | |
RowChanging | (Inherited from System.Data.DataTable) | |
RowDeleted | (Inherited from System.Data.DataTable) | |
RowDeleting | (Inherited from System.Data.DataTable) | |
RowFetched | Occurs when another row is completely fetched. (Inherited from Devart.Common.DbDataTable) | |
RowUpdated | Occurs during System.Data.Common.DbDataAdapter.Update(System.Data.DataSet) after a command is executed against the data source. The attempt to update is made, so the event fires. | |
RowUpdating | Occurs during System.Data.Common.DbDataAdapter.Update(System.Data.DataSet) before a command is executed against the data source. The attempt to update is made, so the event fires. | |
TableCleared | (Inherited from System.Data.DataTable) | |
TableClearing | (Inherited from System.Data.DataTable) | |
TableNewRow | (Inherited from System.Data.DataTable) |