Name | Description | |
---|---|---|
C1ServiceNowDataAdapter Constructor | Overloaded. |
The following tables list the members exposed by C1ServiceNowDataAdapter.
Name | Description | |
---|---|---|
C1ServiceNowDataAdapter Constructor | Overloaded. |
Name | Description | |
---|---|---|
CanRaiseEvents | (Inherited from System.ComponentModel.Component) | |
DesignMode | (Inherited from System.ComponentModel.Component) | |
Events | (Inherited from System.ComponentModel.Component) | |
Logger | The logger containing the relevant messages happening during the execution of methods of this class (Inherited from C1.DataConnector.AdoNet.C1DataAdapterBase) |
Name | Description | |
---|---|---|
CreateObjRef | (Inherited from System.MarshalByRefObject) | |
Dispose | Overloaded. (Inherited from System.Data.Common.DbDataAdapter) | |
Fill | Overloaded. (Inherited from System.Data.Common.DbDataAdapter) | |
FillSchema | Overloaded. (Inherited from System.Data.Common.DbDataAdapter) | |
GetFillParameters | (Inherited from System.Data.Common.DbDataAdapter) | |
GetLifetimeService | (Inherited from System.MarshalByRefObject) | |
InitializeLifetimeService | (Inherited from System.MarshalByRefObject) | |
ToString | (Inherited from System.ComponentModel.Component) | |
Update | Overloaded. (Inherited from System.Data.Common.DbDataAdapter) |
Name | Description | |
---|---|---|
AddToBatch | Invoked for every row affected based on the current records in DataTable. It got called the same amount of times as the value of UpdateBatchSize. (Inherited from C1.DataConnector.AdoNet.C1DataAdapterBase<C1ServiceNowCommand>) | |
ClearBatch | Once ExecuteBatch finished, this will get invoked automatically. (Inherited from C1.DataConnector.AdoNet.C1DataAdapterBase<C1ServiceNowCommand>) | |
CloneInternals | (Inherited from System.Data.Common.DataAdapter) | |
CreateRowUpdatedEvent | Initializes a new instance of the System.Data.Common.RowUpdatedEventArgs class. (Inherited from C1.DataConnector.AdoNet.C1DataAdapterBase<C1ServiceNowCommand>) | |
CreateRowUpdatingEvent | Initializes a new instance of the System.Data.Common.RowUpdatingEventArgs class. (Inherited from C1.DataConnector.AdoNet.C1DataAdapterBase<C1ServiceNowCommand>) | |
CreateTableMappings | (Inherited from System.Data.Common.DataAdapter) | |
ExecuteBatch | Once all AddToBatch are invoked (based on the Batch Size), this method is invoked. (Inherited from C1.DataConnector.AdoNet.C1DataAdapterBase<C1ServiceNowCommand>) | |
Finalize | (Inherited from System.ComponentModel.Component) | |
GetBatchedParameter | (Inherited from System.Data.Common.DbDataAdapter) | |
GetBatchedRecordsAffected | Called to retrieve the records affected from a specific batched command, first argument is the value that was returned by AddToBatch when it was called for the command. Default implementation always returns 1, derived classes override for otherwise otherwise DbConcurrencyException will only be thrown if sum of all records in batch is 0. return 0 to cause Update to throw DbConcurrencyException (Inherited from C1.DataConnector.AdoNet.C1DataAdapterBase<C1ServiceNowCommand>) | |
GetService | (Inherited from System.ComponentModel.Component) | |
HasTableMappings | (Inherited from System.Data.Common.DataAdapter) | |
InitializeBatching | Initialize Batching operation. Only get invoked when UpdateBatchSize > 1. (Inherited from C1.DataConnector.AdoNet.C1DataAdapterBase<C1ServiceNowCommand>) | |
MemberwiseClone | Overloaded. (Inherited from System.MarshalByRefObject) | |
OnFillError | (Inherited from System.Data.Common.DataAdapter) | |
OnRowUpdated | Raises the RowUpdated event of a data provider. (Inherited from C1.DataConnector.AdoNet.C1DataAdapterBase) | |
OnRowUpdating | Raises the RowUpdating event of a data provider. (Inherited from C1.DataConnector.AdoNet.C1DataAdapterBase) | |
ShouldSerializeTableMappings | (Inherited from System.Data.Common.DataAdapter) | |
TerminateBatching | When Batching is terminated, this method got invoked automatically. (Inherited from C1.DataConnector.AdoNet.C1DataAdapterBase<C1ServiceNowCommand>) |
Name | Description | |
---|---|---|
Disposed | (Inherited from System.ComponentModel.Component) | |
FillError | (Inherited from System.Data.Common.DataAdapter) | |
RowUpdated | Fires when a row finishes updating. (Inherited from C1.DataConnector.AdoNet.C1DataAdapterBase) | |
RowUpdating | Fires when a row begins updating. (Inherited from C1.DataConnector.AdoNet.C1DataAdapterBase) |