public static EntityQuery<TEntity> Include<TEntity>( this EntityQuery<TEntity> query, params IEntityFieldCore[] fieldsToInclude ) where TEntity : IEntityCore
<ExtensionAttribute> Public Shared Function Include(Of TEntity As IEntityCore) ( query As EntityQuery(Of TEntity), ParamArray fieldsToInclude As IEntityFieldCore() ) As EntityQuery(Of TEntity)
(c)2002-2021 Solutions Design bv