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