C# 클래스 Shaolinq.Persistence.Linq.Expressions.SqlFunctionCallExpression

Represents an SQL function call such as DATE, YEAR, SUBSTRING or ISNULL.
상속: SqlBaseExpression
파일 보기 프로젝트 열기: tumtumtum/Shaolinq 1 사용 예제들

공개 메소드들

메소드 설명
SqlFunctionCallExpression ( Type type, SqlFunction function ) : System
SqlFunctionCallExpression ( Type type, SqlFunction function, IEnumerable arguments ) : System
SqlFunctionCallExpression ( Type type, SqlFunction function, IReadOnlyList arguments ) : System
SqlFunctionCallExpression ( Type type, string userDefinedFunctionName ) : System
SqlFunctionCallExpression ( Type type, string userDefinedFunctionName, IEnumerable arguments ) : System

메소드 상세

SqlFunctionCallExpression() 공개 메소드

public SqlFunctionCallExpression ( Type type, SqlFunction function ) : System
type System.Type
function SqlFunction
리턴 System

SqlFunctionCallExpression() 공개 메소드

public SqlFunctionCallExpression ( Type type, SqlFunction function, IEnumerable arguments ) : System
type System.Type
function SqlFunction
arguments IEnumerable
리턴 System

SqlFunctionCallExpression() 공개 메소드

public SqlFunctionCallExpression ( Type type, SqlFunction function, IReadOnlyList arguments ) : System
type System.Type
function SqlFunction
arguments IReadOnlyList
리턴 System

SqlFunctionCallExpression() 공개 메소드

public SqlFunctionCallExpression ( Type type, string userDefinedFunctionName ) : System
type System.Type
userDefinedFunctionName string
리턴 System

SqlFunctionCallExpression() 공개 메소드

public SqlFunctionCallExpression ( Type type, string userDefinedFunctionName, IEnumerable arguments ) : System
type System.Type
userDefinedFunctionName string
arguments IEnumerable
리턴 System