Method | Description | |
---|---|---|
AdoScalar ( ) : System.Collections |
Initializes a new instance of the AdoScalar class.
|
|
AdoScalar ( IDbProvider provider ) : System.Collections |
Initializes a new instance of the AdoScalar class.
|
|
AdoScalar ( IDbProvider dbProvider, string sql ) : System.Collections |
Initializes a new instance of the AdoScalar class.
|
|
ExecuteScalar ( ) : IDictionary | ||
ExecuteScalarByNamedParam ( IDictionary inParams ) : IDictionary |
public AdoScalar ( IDbProvider provider ) : System.Collections | ||
provider | IDbProvider | |
return | System.Collections |
public AdoScalar ( IDbProvider dbProvider, string sql ) : System.Collections | ||
dbProvider | IDbProvider | |
sql | string | |
return | System.Collections |
public ExecuteScalarByNamedParam ( IDictionary inParams ) : IDictionary | ||
inParams | IDictionary | |
return | IDictionary |