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