Method | Description | |
---|---|---|
CreateCommand ( string sql, |
||
Execute ( IEnumerable |
||
Fetch ( string sql ) : IEnumerable |
||
Query ( string sql ) : IEnumerable |
||
Scalar ( string sql ) : object | ||
SqlActuator ( string connectionStringName ) : System |
Method | Description | |
---|---|---|
OpenConnection ( ) : |
protected CreateCommand ( string sql, |
||
sql | string | |
conn | ||
return |
protected Execute ( IEnumerable |
||
commands | IEnumerable |
|
return | int |
protected SqlActuator ( string connectionStringName ) : System | ||
connectionStringName | string | |
return | System |