BaseObjectSpace.GetObjectByKey Method
Name | Parameters | Description |
---|---|---|
GetObjectByKey(Type, Object) | objectType, key | Returns the persistent object that has the specified value for its key property. |
GetObjectByKey<ObjectType>(Object) | key | Returns a persistent object of the type designated by the specified generic type parameter, with the specified value for its key property. |