AdoNetHelper.GetKeyValuesFromRow Method (DataRow)
Gets an object[] holding the PrimaryKey column values.
The Row must be in a DataTable.
Namespace: SobekCM.Core.MemoryMgmt Assembly: SobekCM_Core (in SobekCM_Core.dll) Version: 4.10.0.0 (4.10.0.0) Syntax
Parameters
Return ValueType: array<Object>[]()[][]An object[] holding the PrimaryKey values for the row, or an empty object[] if there is no PrimaryKey defined. See AlsoVersion 4.10.0 ( last generated Monday, March 7, 2016 ) |