C# Class CodeInsiders.SharpQL.ConstantExpression

Inheritance: Expression
Mostrar archivo Open project: codeinsiders/sharpql

Public Methods

Method Description
Build ( SqlFragment parent, TSqlVisitor visitor ) : void
ConstantExpression ( System.DateTime value ) : System
ConstantExpression ( DateTimeOffset value ) : System
ConstantExpression ( System.Guid value ) : System
ConstantExpression ( System.Xml.Linq.XNode value ) : System
ConstantExpression ( bool value ) : System
ConstantExpression ( byte value ) : System
ConstantExpression ( char value ) : System
ConstantExpression ( decimal value ) : System
ConstantExpression ( double value ) : System
ConstantExpression ( float value ) : System
ConstantExpression ( int value ) : System
ConstantExpression ( long value ) : System
ConstantExpression ( sbyte value ) : System
ConstantExpression ( short value ) : System
ConstantExpression ( string value ) : System
ConstantExpression ( uint value ) : System
ConstantExpression ( ulong value ) : System
ConstantExpression ( ushort value ) : System
ToString ( ) : string

Protected Methods

Method Description
ConstantExpression ( object value, DbType dbType ) : System

Method Details

Build() public method

public Build ( SqlFragment parent, TSqlVisitor visitor ) : void
parent SqlFragment
visitor TSqlVisitor
return void

ConstantExpression() public method

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

ConstantExpression() public method

public ConstantExpression ( DateTimeOffset value ) : System
value DateTimeOffset
return System

ConstantExpression() public method

public ConstantExpression ( System.Guid value ) : System
value System.Guid
return System

ConstantExpression() public method

public ConstantExpression ( System.Xml.Linq.XNode value ) : System
value System.Xml.Linq.XNode
return System

ConstantExpression() public method

public ConstantExpression ( bool value ) : System
value bool
return System

ConstantExpression() public method

public ConstantExpression ( byte value ) : System
value byte
return System

ConstantExpression() public method

public ConstantExpression ( char value ) : System
value char
return System

ConstantExpression() public method

public ConstantExpression ( decimal value ) : System
value decimal
return System

ConstantExpression() public method

public ConstantExpression ( double value ) : System
value double
return System

ConstantExpression() public method

public ConstantExpression ( float value ) : System
value float
return System

ConstantExpression() public method

public ConstantExpression ( int value ) : System
value int
return System

ConstantExpression() public method

public ConstantExpression ( long value ) : System
value long
return System

ConstantExpression() protected method

protected ConstantExpression ( object value, DbType dbType ) : System
value object
dbType DbType
return System

ConstantExpression() public method

public ConstantExpression ( sbyte value ) : System
value sbyte
return System

ConstantExpression() public method

public ConstantExpression ( short value ) : System
value short
return System

ConstantExpression() public method

public ConstantExpression ( string value ) : System
value string
return System

ConstantExpression() public method

public ConstantExpression ( uint value ) : System
value uint
return System

ConstantExpression() public method

public ConstantExpression ( ulong value ) : System
value ulong
return System

ConstantExpression() public method

public ConstantExpression ( ushort value ) : System
value ushort
return System

ToString() public method

public ToString ( ) : string
return string