C# Class DbExpressions.DbConstantExpression

Represents a DbExpression that has a constant value.
Inheritance: DbExpression
Mostrar archivo Open project: seesharper/DbExpressions Class Usage Examples

Private Methods

Method Description
DbConstantExpression ( object value )

Initializes a new instance of the DbConstantExpression class.