PrefetchExtensionsWithTEntity Method (TEntity, ExpressionFuncTEntity, Object) |
Defines one or more nodes to fetch, related to the specified entity. For prefetch path definitions
Namespace:
LLBLGen.Linq.Prefetch
Assembly:
SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.8.0.0 (5.8.21.0111)
Syntax public static Object With<TEntity>(
this TEntity entity,
params Expression<Func<TEntity, Object>>[] prefetch
)
where TEntity : class, IEntityCore
<ExtensionAttribute>
Public Shared Function With(Of TEntity As {Class, IEntityCore}) (
entity As TEntity,
ParamArray prefetch As Expression(Of Func(Of TEntity, Object))()
) As Object
Parameters
- entity
- Type: TEntity
- prefetch
- Type: System.Linq.ExpressionsExpressionFuncTEntity, Object
Type Parameters
- TEntity
Return Value
Type:
ObjectUsage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type . When you use instance method syntax to call this method, omit the first parameter. For more information, see
Extension Methods (Visual Basic) or
Extension Methods (C# Programming Guide).
See Also