Data.Bind.DBXScope.TSubDataSetProvider Events
InheritedProtected
AfterApplyUpdates | public | Occurs after the provider applies updates. |
AfterExecute | public | Occurs after the provider passes an execute command to its dataset. |
AfterGetParams | public | Occurs after the provider creates an OleVariant containing parameter values to send to the client dataset. |
AfterGetRecords | public | Occurs after the provider creates a data packet to send to the client dataset. |
AfterRowRequest | public | Occurs after the provider fetches new information about the current record. |
AfterUpdateRecord | public | Occurs when the associated resolver has just updated a record. |
BeforeApplyUpdates | public | Occurs before the provider applies updates from a client dataset. |
BeforeExecute | public | Occurs before the provider passes an execute command to its dataset. |
BeforeGetParams | public | Occurs before the provider creates an OleVariant that encodes the current parameter values and sends them to a client dataset. |
BeforeGetRecords | public | Occurs before the provider creates a data packet and sends it to a client dataset. |
BeforeRowRequest | public | Occurs before the provider creates a delta packet with information about the current record. |
BeforeUpdateRecord | public | Occurs immediately before each record is applied to the remote dataset. |
OnDataRequest | public | Occurs when a provider calls its DataRequest method. |
OnGetData | public | Occurs after a provider retrieves data but before it is sent to the client. |
OnGetDataSetProperties | published | Occurs when the provider adds additional information to a data packet it is creating. |
OnGetDeltaStreams | protected | |
OnGetTableName | published | Occurs when a resolver initializes its information about the table to which it applies updates. |
OnUpdateData | public | Occurs when a provider begins to apply updates. |
OnUpdateError | public | Occurs when a provider can't update a record because of an error condition. |
OnValidate | public | Occurs when the dataset provider is validating the data. |