TableOperationsTAddNewRecord(DataRow) Method
Adds the specified row to the database.
Namespace: Gemstone.Data.ModelAssembly: Gemstone.Data (in Gemstone.Data.dll) Version: 1.0.137 -- Release Build+bf396311d630d9a0959afedb17412b40a2acb327
public int AddNewRecord(
DataRow row
)
Public Function AddNewRecord (
row As DataRow
) As Integer
public:
virtual int AddNewRecord(
DataRow^ row
) sealed
function AddNewRecord(row);
- row DataRow
- DataRow of queried data to be added.
Int32Number of rows affected.
ITableOperationsAddNewRecord(DataRow)