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