TableOperationsTGetPrimaryKeys(DataRow) Method
Gets the primary key values from the specified row.
Namespace: Gemstone.Data.ModelAssembly: Gemstone.Data (in Gemstone.Data.dll) Version: 1.0.147 -- Release Build+c5cc8ba56e7568e903c204fe8ae9773b97af8eef
public Object[] GetPrimaryKeys(
DataRow row
)
Public Function GetPrimaryKeys (
row As DataRow
) As Object()
public:
virtual array<Object^>^ GetPrimaryKeys(
DataRow^ row
) sealed
function GetPrimaryKeys(row);
- row DataRow
- DataRow of queried data.
ObjectPrimary key values from the specified
row.
ITableOperationsGetPrimaryKeys(DataRow)