Class DefaultValueExpression
- Namespace
 - LinqToDB.Expressions
 
- Assembly
 - linq2db.dll
 
public class DefaultValueExpression : Expression
  - Inheritance
 - 
      
      
      DefaultValueExpression
 
- Inherited Members
 
- Extension Methods
 
Constructors
DefaultValueExpression(MappingSchema?, Type)
public DefaultValueExpression(MappingSchema? mappingSchema, Type type)
  Parameters
mappingSchemaMappingSchematypeType
Properties
CanReduce
public override bool CanReduce { get; }
  Property Value
NodeType
public override ExpressionType NodeType { get; }
  Property Value
Type
public override Type Type { get; }
  Property Value
Methods
Reduce()
public override Expression Reduce()
  Returns
ToString()
public override string ToString()