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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Entity Framework