TableOperationsTAddNewRecordAsync(DataRow, CancellationToken) Method
Adds the specified row to the database.
Namespace: Gemstone.Data.ModelAssembly: Gemstone.Data (in Gemstone.Data.dll) Version: 1.0.137 -- Release Build+bf396311d630d9a0959afedb17412b40a2acb327
public Task<int> AddNewRecordAsync(
DataRow row,
CancellationToken cancellationToken
)
Public Function AddNewRecordAsync (
row As DataRow,
cancellationToken As CancellationToken
) As Task(Of Integer)
public:
virtual Task<int>^ AddNewRecordAsync(
DataRow^ row,
CancellationToken cancellationToken
) sealed
function AddNewRecordAsync(row, cancellationToken);
- row DataRow
- DataRow of queried data to be added.
- cancellationToken CancellationToken
- Propagates notification that operations should be canceled.
TaskInt32Number of rows affected.
ITableOperationsAddNewRecordAsync(DataRow, CancellationToken)