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.137 -- Release Build+bf396311d630d9a0959afedb17412b40a2acb327
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)