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

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

공개 메소드들

메소드 설명
SqlSetCommandExpression ( string configurationParameter, Expression target ) : System.Collections.Generic
SqlSetCommandExpression ( string configurationParameter, Expression target, IReadOnlyList arguments ) : System.Collections.Generic

메소드 상세

SqlSetCommandExpression() 공개 메소드

public SqlSetCommandExpression ( string configurationParameter, Expression target ) : System.Collections.Generic
configurationParameter string
target System.Linq.Expressions.Expression
리턴 System.Collections.Generic

SqlSetCommandExpression() 공개 메소드

public SqlSetCommandExpression ( string configurationParameter, Expression target, IReadOnlyList arguments ) : System.Collections.Generic
configurationParameter string
target System.Linq.Expressions.Expression
arguments IReadOnlyList
리턴 System.Collections.Generic