4 references to Value
System.Data.Entity (4)
System\Data\Common\EntitySql\SemanticAnalyzer.cs (2)
531
if (resolution.ExpressionClass == ExpressionResolutionClass.
Value
)
676
case ExpressionResolutionClass.
Value
:
System\Data\Common\EntitySql\SemanticResolver.cs (2)
56
/// Represents an eSQL expression classified as <see cref="ExpressionResolutionClass.
Value
"/>.
61
: base(ExpressionResolutionClass.
Value
)