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