Back to Devexpress

Session.GetLoadedObjectByKey Method

xpo-devexpress-dot-xpo-dot-session-dot-getloadedobjectbykey.md

latest942 B
Original Source

Session.GetLoadedObjectByKey Method

NameParametersDescription
GetLoadedObjectByKey(XPClassInfo, Object)classInfo, idReturns the persistent object with the specified value of the key property that has been already loaded from a data store.
GetLoadedObjectByKey(Type, Object)classType, idReturns the persistent object with the specified value of the key property that has been already loaded from a data store.
GetLoadedObjectByKey<ClassType>(Object)idReturns the persistent object of the type designated by the specified generic type parameter, with the specified value of the key property previously loaded from a data store.