Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

IObjectSpace.GetObjectByKey Method

Name Parameters Description
GetObjectByKey(Type, Object) type, 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.