C# 클래스 Oda.SqlWhere

A where clause used in a SQL query generated by Sql.JsonReadOrDelete(string,int,int,Oda.SqlWhere).
파일 보기 프로젝트 열기: CorbinDallas/Oda 1 사용 예제들

공개 메소드들

메소드 설명
SqlWhere ( )

Initializes a new instance of the SqlWhere class.

SqlWhere ( string whereClause, SqlParameter parameters )

Initializes a new instance of the SqlWhere class.

메소드 상세

SqlWhere() 공개 메소드

Initializes a new instance of the SqlWhere class.
public SqlWhere ( )

SqlWhere() 공개 메소드

Initializes a new instance of the SqlWhere class.
public SqlWhere ( string whereClause, SqlParameter parameters )
whereClause string The where clause.
parameters SqlParameter The parameters.