IQueryResults<TEntity> Interface
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the result after executing a query.
C#
public interface IQueryResults<out TEntity> : System.Collections.Generic.IEnumerable<out TEntity>
type IQueryResults<'Entity> = interface
interface seq<'Entity>
interface IEnumerable
Public Interface IQueryResults(Of Out TEntity)
Implements IEnumerable(Of Out TEntity)
- TEntity
The entity type
This type parameter is covariant. That is, you can use either the type you specified or any type that is more derived. For more information about covariance and contravariance, see Covariance and Contravariance in Generics.- Derived
- Implements
-
IEnumerable<TEntity> IEnumerable
Empty |
Return this enumeration in case it is not null. In case it is null return empty enumeration. |
Product | Versies |
---|---|
Visual Studio SDK | 2022 |