DataCreateRowID(DataSet, String, 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(
DataSet data,
string table = "",
string fieldID = "Id"
)
Public Shared Function CreateRowID (
data As DataSet,
Optional table As String = "",
Optional fieldID As String = "Id"
) As DataRow
- data DataSet
- Dataset containing the table.
- table String (Optional)
- Table that will contain the row.
- fieldID String (Optional)
DataRowDataRow with the new datarow with a non-existing negative identifier.