C# Class DataAccessFramework.Querying.DateTimeConstant

A where part that represents a string constant. Will be converted to a parameter.
Inheritance: WherePart
Datei anzeigen Open project: PeteProgrammer/DataAccessFramework

Public Methods

Method Description
DateTimeConstant ( System.DateTime value ) : System

Private Methods

Method Description
BuildSql ( BuildSqlContext context ) : void

Method Details

DateTimeConstant() public method

public DateTimeConstant ( System.DateTime value ) : System
value System.DateTime
return System