C# Class CodeInsiders.SharpQL.CastFunction

Inheritance: System.Function
Mostrar archivo Open project: codeinsiders/sharpql Class Usage Examples

Public Methods

Method Description
Build ( SqlFragment parent, TSqlVisitor visitor ) : void
CastFunction ( Expression exp, SqlDataType type ) : System

Method Details

Build() public method

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

CastFunction() public method

public CastFunction ( Expression exp, SqlDataType type ) : System
exp Expression
type SqlDataType
return System