Свойство | Type | Description | |
---|---|---|---|
InitializeParameter | void |
Méthode | Description | |
---|---|---|
OracleManagedDataClientDriver ( ) : System |
Initializes a new instance of OracleDataClientDriver.
|
Méthode | Description | |
---|---|---|
InitializeParameter ( IDbDataParameter dbParam, string name, NHibernate.SqlTypes.SqlType sqlType ) : void | This adds logic to ensure that a DbType.Boolean parameter is not created since ODP.NET doesn't support it. | |
OnBeforePrepare ( IDbCommand command ) : void |
Méthode | Description | |
---|---|---|
InitializeParameter ( IDbDataParameter dbParam, string name, object sqlType ) : void |
protected InitializeParameter ( IDbDataParameter dbParam, string name, NHibernate.SqlTypes.SqlType sqlType ) : void | ||
dbParam | IDbDataParameter | |
name | string | |
sqlType | NHibernate.SqlTypes.SqlType | |
Résultat | void |
protected OnBeforePrepare ( IDbCommand command ) : void | ||
command | IDbCommand | |
Résultat | void |
public OracleManagedDataClientDriver ( ) : System | ||
Résultat | System |