Back to Devexpress

Session.PreFetchAsync Method

xpo-devexpress-dot-xpo-dot-session-dot-prefetchasync.md

latest1.8 KB
Original Source

Session.PreFetchAsync Method

NameParametersDescription
PreFetchAsync(XPClassInfo, IEnumerable, CancellationToken, String[])classInfo, objects, cancellationToken, propertyPathsAsynchronously forces associated collection data loading and delayed property loading for specified parent objects.
PreFetchAsync(IEnumerable, XPMemberInfo, IEnumerable, CancellationToken)objects, collectionInObjects, collectionsContent, cancellationTokenAsynchronously forces associated collection data loading for specified parent objects.
PreFetchAsync<T>(IEnumerable<T>, String, IEnumerable, CancellationToken)objects, collectionInObjects, collectionsContent, cancellationTokenAsynchronously forces associated collection data loading for specified parent objects.
PreFetchAsync<T>(IEnumerable<T>, CancellationToken, String[])objects, cancellationToken, propertyPathsAsynchronously forces associated collection data loading and delayed property loading for specified parent objects.