|
Name |
Description |
|
Cache<(Of <<'(TResult>)>>)(ILink<(Of <<'(TResult>)>>), String, Nullable<(Of <<'(CachePolicy>)>>))
|
Executes the previous link and caches the result.
|
|
Cache<(Of <<'(TResult>)>>)(ILink<(Of <<'(TResult>)>>), Func<(Of <<'(TResult, String>)>>), Nullable<(Of <<'(CachePolicy>)>>))
|
Executes the previous link and caches the result.
|
|
CacheAllItems<(Of <<'(TCollection, TItem>)>>)
|
Caches all items in the result set.
|
|
InvalidateCache(IDbCommandBuilder, String)
|
Invalidates the cache.
|
|
InvalidateCache<(Of <<'(TResult>)>>)(ILink<(Of <<'(TResult>)>>), String)
|
Invalidates the cache.
|
|
Join<(Of <<'(T1, T2>)>>)(ILink<(Of <<'(Tuple<(Of <<'(List<(Of <<'(T1>)>>), List<(Of <<'(T2>)>>)>)>>)>)>>), Func<(Of <<'(T1, T2, Boolean>)>>), Func<(Of <<'(T1, ICollection<(Of <<'(T2>)>>)>)>>), JoinOptions)
|
Joins a set of child objects to their parent objects.
|
|
Join<(Of <<'(T1, T2>)>>)(ILink<(Of <<'(Tuple<(Of <<'(List<(Of <<'(T1>)>>), List<(Of <<'(T2>)>>)>)>>)>)>>), Func<(Of <<'(T1, T2, Boolean>)>>), String, JoinOptions)
|
Joins a set of child objects to their parent objects.
|
|
Join<(Of <<'(T1, T2>)>>)(ILink<(Of <<'(Tuple<(Of <<'(List<(Of <<'(T1>)>>), List<(Of <<'(T2>)>>)>)>>)>)>>), String, String, String, JoinOptions)
|
Joins a set of child objects to their parent objects.
|
|
Join<(Of <<'(T1, T2>)>>)(ILink<(Of <<'(Tuple<(Of <<'(List<(Of <<'(T1>)>>), List<(Of <<'(T2>)>>)>)>>)>)>>), String, String, JoinOptions)
|
Joins a set of child objects to their parent objects.
|
|
Join<(Of <<'(T1, T2, TKey>)>>)(ILink<(Of <<'(Tuple<(Of <<'(List<(Of <<'(T1>)>>), List<(Of <<'(T2>)>>)>)>>)>)>>), Func<(Of <<'(T1, TKey>)>>), Func<(Of <<'(T2, TKey>)>>), Func<(Of <<'(T1, ICollection<(Of <<'(T2>)>>)>)>>), JoinOptions)
|
Joins a set of child objects to their parent objects.
|
|
Join<(Of <<'(T1, T2, TKey>)>>)(ILink<(Of <<'(Tuple<(Of <<'(List<(Of <<'(T1>)>>), List<(Of <<'(T2>)>>)>)>>)>)>>), Func<(Of <<'(T1, TKey>)>>), Func<(Of <<'(T2, TKey>)>>), String, JoinOptions)
|
Joins a set of child objects to their parent objects.
|
|
Join<(Of <<'(T1, T2, TKey>)>>)(ILink<(Of <<'(Tuple<(Of <<'(List<(Of <<'(T1>)>>), List<(Of <<'(T2>)>>)>)>>)>)>>), String, String, String, JoinOptions)
|
Joins a set of child objects to their parent objects.
|
|
Join<(Of <<'(T1, T2, TKey>)>>)(ILink<(Of <<'(Tuple<(Of <<'(List<(Of <<'(T1>)>>), List<(Of <<'(T2>)>>)>)>>)>)>>), String, String, JoinOptions)
|
Joins a set of child objects to their parent objects.
|
|
NeverNull<(Of <<'(TResult>)>>)(ILink<(Of <<'(Nullable<(Of <<'(TResult>)>>)>)>>))
|
Ensures that a null will never be returned.
Ensures that a null will never be returned.
|
|
ReadOrCache<(Of <<'(TResult>)>>)
|
Reads the cache. If the value isn't found, the execute the previous link and cache the result.
|
|
SetSequentialAccessMode<(Of <<'(TResult>)>>)
|
Sets the sequential access mode, overriding the value set in the DataSource.
|
|
SetStrictMode<(Of <<'(TResult>)>>)
|
Sets the strict mode, overriding the value set in the DataSource.
|
|
SetTimeout<(Of <<'(TResult>)>>)
|
Sets the command timeout, overriding the value set in the DataSource.
|
|
Transform<(Of <<'(TSource, TResult>)>>)
|
Performs a transformation on a result.
|
|
WithTracing<(Of <<'(TResult>)>>)
|
Adds DB Command tracing. Information is send to the Debug stream.
|
|
WithTracingToConsole<(Of <<'(TResult>)>>)
|
Adds DB Command tracing. Information is send to the Debug stream.
|
|
WithTracingToDebug<(Of <<'(TResult>)>>)
|
Adds DB Command tracing. Information is send to the Debug stream.
|