Back to Devexpress

IObjectSpace.GetObjectByKey Method

expressappframework-devexpress-dot-expressapp-dot-iobjectspace-dot-getobjectbykey.md

latest602 B
Original Source

IObjectSpace.GetObjectByKey Method

NameParametersDescription
GetObjectByKey(Type, Object)type, keyReturns the persistent object that has the specified value for its key property.
GetObjectByKey<ObjectType>(Object)keyReturns a persistent object of the type designated by the specified generic type parameter, with the specified value for its key property.