TableOperationsTAddNewRecord(DataRow) Method
Adds the specified row to the database.
Namespace: Gemstone.Data.ModelAssembly: Gemstone.Data (in Gemstone.Data.dll) Version: 1.0.158 -- Release Build+a7370acff9f7a1e0ca1927f709880b2a82e0bdf0
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)