ReplacementDbQueryWrapper<TElement> Class
Definition
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.
Instances of this class are used internally to create constant expressions for ObjectQuery<T> that are inserted into the expression tree to replace references to DbQuery<TResult> and DbQuery.
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", "CA1709:IdentifiersShouldBeCasedCorrectly", MessageId="Db")]
public sealed class ReplacementDbQueryWrapper<TElement>
public sealed class ReplacementDbQueryWrapper<TElement>
type ReplacementDbQueryWrapper<'Element> = class
Public NotInheritable Class ReplacementDbQueryWrapper(Of TElement)
Type Parameters
- TElement
The type of the element.
- Inheritance
-
ReplacementDbQueryWrapper<TElement>
- Attributes
Properties
Query |
The public property expected in the LINQ expression tree. |
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Entity Framework