C# 클래스 Frapid.Mapper.Extensions.MapperDbExtensions

파일 보기 프로젝트 열기: frapid/frapid

공개 메소드들

메소드 설명
GetCommand ( this db, Sql sql ) : DbCommand
GetCommand ( this db, string sql ) : DbCommand

메소드 상세

GetCommand() 공개 정적인 메소드

public static GetCommand ( this db, Sql sql ) : DbCommand
db this
sql Sql
리턴 System.Data.Common.DbCommand

GetCommand() 공개 정적인 메소드

public static GetCommand ( this db, string sql ) : DbCommand
db this
sql string
리턴 System.Data.Common.DbCommand