|
ITableOperationsAddNewRecord(DataRow) Method
|
Adds the specified row to the database.
Namespace: GSF.Data.ModelAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.248-beta+a497a19de709fd99e2448886199a2c8824265ddf
Syntaxint AddNewRecord(
DataRow row
)
Function AddNewRecord (
row As DataRow
) As Integer
int AddNewRecord(
DataRow^ row
)
abstract AddNewRecord :
row : DataRow -> int
function AddNewRecord(row);
View SourceParameters
- row DataRow
- DataRow of queried data to be added.
Return Value
Int32Number of rows affected.
See Also