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.150 -- Release Build+539c8e20daab1f37d91aaa1ede2f080b59c0c784
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)