ITableOperationsLoadRecord(Object) Method
Creates a new modeled table record queried from the specified primaryKeys.
Namespace: Gemstone.Data.ModelAssembly: Gemstone.Data (in Gemstone.Data.dll) Version: 1.0.158 -- Release Build+a7370acff9f7a1e0ca1927f709880b2a82e0bdf0
Object? LoadRecord(
params Object[] primaryKeys
)
Function LoadRecord (
ParamArray primaryKeys As Object()
) As Object
Object^ LoadRecord(
... array<Object^>^ primaryKeys
)
function LoadRecord(... primaryKeys);
- primaryKeys Object
- Primary keys values of the record to load.
ObjectNew modeled table record queried from the specified
primaryKeys.