Property | Type | Description | |
---|---|---|---|
ConfigFileName | string | ||
syncRoot | object |
Method | Description | |
---|---|---|
BegionTransaction ( ) : void | ||
CommitTransaction ( ) : void | ||
ExecuteQuery ( string sql ) : |
查询操作
|
|
Get ( string dsName ) : IDBHelper |
所有数据源
|
|
Init ( string configFileName ) : void | ||
RollbackTransaction ( ) : void |
Method | Description | |
---|---|---|
CreateHelper ( ) : IDBHelper |
public static ExecuteQuery ( string sql ) : |
||
sql | string | |
return |
public static Get ( string dsName ) : IDBHelper | ||
dsName | string | |
return | IDBHelper |
public static Init ( string configFileName ) : void | ||
configFileName | string | |
return | void |