ValueComparer.ConstructorExpression Property
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.
The expression representing construction of this object.
[System.Diagnostics.CodeAnalysis.Experimental("EF9100")]
public abstract System.Linq.Expressions.Expression ConstructorExpression { get; }
[<System.Diagnostics.CodeAnalysis.Experimental("EF9100")>]
member this.ConstructorExpression : System.Linq.Expressions.Expression
Public MustOverride ReadOnly Property ConstructorExpression As Expression
Property Value
- Attributes