DataNewRowID Method
Gets a new ID (negative ID) of non-existing data row.
Namespace: Aliquo.CoreAssembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
public static long NewRowID(
DataTable data,
string fieldID = "Id"
)
Public Shared Function NewRowID (
data As DataTable,
Optional fieldID As String = "Id"
) As Long
- data DataTable
- Datatable that will contain the row.
- fieldID String (Optional)
- Identifier field name.
Int64Int64 with the the new datarow with a non-existing negative identifier.