C# 클래스 Simple.Data.RawSql.SimpleTransactionExtensions

파일 보기 프로젝트 열기: jasondentler/Simple.Data.RawSql

공개 메소드들

메소드 설명
Execute ( this db, string sql ) : int
Execute ( this db, string sql, object>.IDictionary parameters ) : int
Execute ( this db, string sql, object parameters ) : int
ToResultSets ( this db, string sql ) : IEnumerable>
ToResultSets ( this db, string sql, object>.IDictionary parameters ) : IEnumerable>
ToResultSets ( this db, string sql, object parameters ) : IEnumerable>
ToRow ( this db, string sql ) : dynamic
ToRow ( this db, string sql, object>.IDictionary parameters ) : dynamic
ToRow ( this db, string sql, object parameters ) : dynamic
ToRows ( this db, string sql ) : IEnumerable
ToRows ( this db, string sql, object>.IDictionary parameters ) : IEnumerable
ToRows ( this db, string sql, object parameters ) : dynamic
ToScalar ( this db, string sql ) : object
ToScalar ( this db, string sql, object>.IDictionary parameters ) : object
ToScalar ( this db, string sql, object parameters ) : object

비공개 메소드들

메소드 설명
GetAdoAdapter ( this db ) : Simple.Data.Ado.AdoAdapter

메소드 상세

Execute() 공개 정적인 메소드

public static Execute ( this db, string sql ) : int
db this
sql string
리턴 int

Execute() 공개 정적인 메소드

public static Execute ( this db, string sql, object>.IDictionary parameters ) : int
db this
sql string
parameters object>.IDictionary
리턴 int

Execute() 공개 정적인 메소드

public static Execute ( this db, string sql, object parameters ) : int
db this
sql string
parameters object
리턴 int

ToResultSets() 공개 정적인 메소드

public static ToResultSets ( this db, string sql ) : IEnumerable>
db this
sql string
리턴 IEnumerable>

ToResultSets() 공개 정적인 메소드

public static ToResultSets ( this db, string sql, object>.IDictionary parameters ) : IEnumerable>
db this
sql string
parameters object>.IDictionary
리턴 IEnumerable>

ToResultSets() 공개 정적인 메소드

public static ToResultSets ( this db, string sql, object parameters ) : IEnumerable>
db this
sql string
parameters object
리턴 IEnumerable>

ToRow() 공개 정적인 메소드

public static ToRow ( this db, string sql ) : dynamic
db this
sql string
리턴 dynamic

ToRow() 공개 정적인 메소드

public static ToRow ( this db, string sql, object>.IDictionary parameters ) : dynamic
db this
sql string
parameters object>.IDictionary
리턴 dynamic

ToRow() 공개 정적인 메소드

public static ToRow ( this db, string sql, object parameters ) : dynamic
db this
sql string
parameters object
리턴 dynamic

ToRows() 공개 정적인 메소드

public static ToRows ( this db, string sql ) : IEnumerable
db this
sql string
리턴 IEnumerable

ToRows() 공개 정적인 메소드

public static ToRows ( this db, string sql, object>.IDictionary parameters ) : IEnumerable
db this
sql string
parameters object>.IDictionary
리턴 IEnumerable

ToRows() 공개 정적인 메소드

public static ToRows ( this db, string sql, object parameters ) : dynamic
db this
sql string
parameters object
리턴 dynamic

ToScalar() 공개 정적인 메소드

public static ToScalar ( this db, string sql ) : object
db this
sql string
리턴 object

ToScalar() 공개 정적인 메소드

public static ToScalar ( this db, string sql, object>.IDictionary parameters ) : object
db this
sql string
parameters object>.IDictionary
리턴 object

ToScalar() 공개 정적인 메소드

public static ToScalar ( this db, string sql, object parameters ) : object
db this
sql string
parameters object
리턴 object