DataCreateRowID(DataSet, String, String) Method

Creates a new data row with a new non-existing ID (negative ID).

Definition

Namespace: Aliquo.Core
Assembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
C#
public static DataRow CreateRowID(
	DataSet data,
	string table = "",
	string fieldID = "Id"
)

Parameters

data  DataSet
Dataset containing the table.
table  String  (Optional)
Table that will contain the row.
fieldID  String  (Optional)

Return Value

DataRow
DataRow with the new datarow with a non-existing negative identifier.

See Also