Back to Devexpress

Session.PreFetch Method

xpo-devexpress-dot-xpo-dot-session-dot-prefetch.md

latest1.3 KB
Original Source

Session.PreFetch Method

NameParametersDescription
PreFetch(XPClassInfo, IEnumerable, String[])classInfo, objects, propertyPathsEnforces loading data for associated collections and delayed properties.
PreFetch(IEnumerable, XPMemberInfo, IEnumerable)objects, collectionInObjects, collectionsContentEnforces loading data for an associated collection.
PreFetch<T>(IEnumerable<T>, String, IEnumerable)objects, collectionInObjects, collectionsContentEnforces loading data for associated collections.
PreFetch<T>(IEnumerable<T>, String[])objects, propertyPathsEnforces loading data for associated collections and delayed properties.