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

상속: SqlBaseExpression
파일 보기 프로젝트 열기: tumtumtum/Shaolinq 1 사용 예제들

공개 메소드들

메소드 설명
SqlDeclareExpression ( IEnumerable variables ) : System.Collections.Generic
SqlDeclareExpression ( IReadOnlyList variableDeclarations ) : System.Collections.Generic

메소드 상세

SqlDeclareExpression() 공개 메소드

public SqlDeclareExpression ( IEnumerable variables ) : System.Collections.Generic
variables IEnumerable
리턴 System.Collections.Generic

SqlDeclareExpression() 공개 메소드

public SqlDeclareExpression ( IReadOnlyList variableDeclarations ) : System.Collections.Generic
variableDeclarations IReadOnlyList
리턴 System.Collections.Generic