C# Class Simple.Data.RawSql.SimpleTransactionExtensions

Afficher le fichier Open project: jasondentler/Simple.Data.RawSql

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
GetAdoAdapter ( this db ) : Simple.Data.Ado.AdoAdapter

Method Details

Execute() public static méthode

public static Execute ( this db, string sql ) : int
db this
sql string
Résultat int

Execute() public static méthode

public static Execute ( this db, string sql, object>.IDictionary parameters ) : int
db this
sql string
parameters object>.IDictionary
Résultat int

Execute() public static méthode

public static Execute ( this db, string sql, object parameters ) : int
db this
sql string
parameters object
Résultat int

ToResultSets() public static méthode

public static ToResultSets ( this db, string sql ) : IEnumerable>
db this
sql string
Résultat IEnumerable>

ToResultSets() public static méthode

public static ToResultSets ( this db, string sql, object>.IDictionary parameters ) : IEnumerable>
db this
sql string
parameters object>.IDictionary
Résultat IEnumerable>

ToResultSets() public static méthode

public static ToResultSets ( this db, string sql, object parameters ) : IEnumerable>
db this
sql string
parameters object
Résultat IEnumerable>

ToRow() public static méthode

public static ToRow ( this db, string sql ) : dynamic
db this
sql string
Résultat dynamic

ToRow() public static méthode

public static ToRow ( this db, string sql, object>.IDictionary parameters ) : dynamic
db this
sql string
parameters object>.IDictionary
Résultat dynamic

ToRow() public static méthode

public static ToRow ( this db, string sql, object parameters ) : dynamic
db this
sql string
parameters object
Résultat dynamic

ToRows() public static méthode

public static ToRows ( this db, string sql ) : IEnumerable
db this
sql string
Résultat IEnumerable

ToRows() public static méthode

public static ToRows ( this db, string sql, object>.IDictionary parameters ) : IEnumerable
db this
sql string
parameters object>.IDictionary
Résultat IEnumerable

ToRows() public static méthode

public static ToRows ( this db, string sql, object parameters ) : dynamic
db this
sql string
parameters object
Résultat dynamic

ToScalar() public static méthode

public static ToScalar ( this db, string sql ) : object
db this
sql string
Résultat object

ToScalar() public static méthode

public static ToScalar ( this db, string sql, object>.IDictionary parameters ) : object
db this
sql string
parameters object>.IDictionary
Résultat object

ToScalar() public static méthode

public static ToScalar ( this db, string sql, object parameters ) : object
db this
sql string
parameters object
Résultat object