C# 클래스 Gymnastika.Data.Migration.Commands.SqlStatementCommand

상속: SchemaCommand
파일 보기 프로젝트 열기: weiqiyiji/Gymnastika 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
_providers List

공개 메소드들

메소드 설명
ForProvider ( string dataProvider ) : SqlStatementCommand
SqlStatementCommand ( string sql ) : System.Collections.Generic

메소드 상세

ForProvider() 공개 메소드

public ForProvider ( string dataProvider ) : SqlStatementCommand
dataProvider string
리턴 SqlStatementCommand

SqlStatementCommand() 공개 메소드

public SqlStatementCommand ( string sql ) : System.Collections.Generic
sql string
리턴 System.Collections.Generic

프로퍼티 상세

_providers 보호되어 있는 프로퍼티

protected List _providers
리턴 List