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