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