|
ITableOperationsAddNewRecord(DataRow) Method
|
Adds the specified row to the database.
Namespace: GSF.Data.ModelAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.253-beta+ffb7163c9e3b771705bc5b9aa3f09870f2cb9e2c
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