Code Details Core MemoryMgmt AdoNetHelper GetKeyValuesFromRow Method GetKeyValuesFromRow (DataRow, DataTable)
AdoNetHelper.GetKeyValuesFromRow Method (DataRow, DataTable)
Gets an object[] holding the values from the columns having the same names as those of the PrimaryKey columns
from the supplied 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 corresponding 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 ) |