2 instantiations of OdbcConnection
System.Data (2)
fx\src\data\System\Data\Odbc\OdbcConnection.cs (1)
292
OdbcConnection clone = new
OdbcConnection
(this);
fx\src\data\System\Data\Odbc\OdbcDataAdapter.cs (1)
42
OdbcConnection connection = new
OdbcConnection
(selectConnectionString);
74 references to OdbcConnection
System.Data (74)
fx\src\data\System\Data\Odbc\OdbcCommand.cs (13)
46
private
OdbcConnection
_connection;
67
public OdbcCommand(string cmdText,
OdbcConnection
connection) : this() {
72
public OdbcCommand(string cmdText,
OdbcConnection
connection, OdbcTransaction transaction) : this() {
240
new public
OdbcConnection
Connection {
260
Connection = (
OdbcConnection
)value;
501
OdbcConnection
.ExecutePermission.Demand();
514
OdbcConnection
.ExecutePermission.Demand();
769
OdbcConnection
.ExecutePermission.Demand();
800
OdbcConnection
.ExecutePermission.Demand();
852
OdbcConnection
connection = Connection;
887
private readonly
OdbcConnection
_connection; // Connection
893
internal CMDWrapper (
OdbcConnection
connection) {
906
internal
OdbcConnection
Connection {
fx\src\data\System\Data\Odbc\OdbcCommandBuilder.cs (7)
105
OdbcConnection
.ExecutePermission.Demand();
125
OdbcConnection
connection = command.Connection;
158
static private OdbcParameter[] DeriveParametersFromStoredProcedure(
OdbcConnection
connection, OdbcCommand command) {
240
public string QuoteIdentifier( string unquotedIdentifier,
OdbcConnection
connection){
252
connection = base.GetConnection() as
OdbcConnection
;
288
public string UnquoteIdentifier(string quotedIdentifier,
OdbcConnection
connection){
301
connection = base.GetConnection() as
OdbcConnection
;
fx\src\data\System\Data\Odbc\OdbcConnection.cs (5)
41
private OdbcConnection(
OdbcConnection
connection) : this() { // Clone
292
OdbcConnection
clone = new OdbcConnection(this);
790
OdbcConnection
.ExecutePermission.Demand();
827
OdbcConnection
.ExecutePermission.Demand();
850
OdbcConnection
.VerifyExecutePermission();
fx\src\data\System\Data\Odbc\OdbcConnectionFactory.cs (18)
38
DbConnectionInternal result = new OdbcConnectionOpen(owningObject as
OdbcConnection
, options as OdbcConnectionString);
68
OdbcConnection
odbcOuterConnection = ((OdbcConnectionOpen)internalConnection).OuterConnection;
123
OdbcConnection
c = (connection as
OdbcConnection
);
131
OdbcConnection
c = (connection as
OdbcConnection
);
139
OdbcConnection
c = (connection as
OdbcConnection
);
147
OdbcConnection
c = (outerConnection as
OdbcConnection
);
154
OdbcConnection
c = (outerConnection as
OdbcConnection
);
161
OdbcConnection
c = (owningObject as
OdbcConnection
);
168
OdbcConnection
c = (owningObject as
OdbcConnection
);
176
OdbcConnection
c = (owningObject as
OdbcConnection
);
fx\src\data\System\Data\Odbc\OdbcConnectionHandle.cs (1)
36
internal OdbcConnectionHandle(
OdbcConnection
connection, OdbcConnectionString constr, OdbcEnvironmentHandle environmentHandle) : base(ODBC32.SQL_HANDLE.DBC, environmentHandle) {
fx\src\data\System\Data\Odbc\OdbcConnectionOpen.cs (5)
20
internal OdbcConnectionOpen(
OdbcConnection
outerConnection, OdbcConnectionString connectionOptions) {
39
internal
OdbcConnection
OuterConnection {
41
OdbcConnection
outerConnection = (
OdbcConnection
)Owner;
57
OdbcConnection
.ExecutePermission.Demand();
fx\src\data\System\Data\Odbc\OdbcDataAdapter.cs (2)
37
public OdbcDataAdapter(string selectCommandText,
OdbcConnection
selectConnection) : this() {
42
OdbcConnection
connection = new OdbcConnection(selectConnectionString);
fx\src\data\System\Data\Odbc\OdbcDataReader.cs (2)
68
OdbcConnection
.VerifyExecutePermission();
88
private
OdbcConnection
Connection {
fx\src\data\System\Data\Odbc\odbcmetadatafactory.cs (13)
48
OdbcConnection
connection):
155
private OdbcCommand GetCommand(
OdbcConnection
connection){
180
private void DataTableFromDataReaderDataTypes(DataTable dataTypesTable, OdbcDataReader dataReader,
OdbcConnection
connection) {
506
private DataTable GetColumnsCollection(String[] restrictions,
OdbcConnection
connection){
536
OdbcConnection
connection){
742
private DataTable GetDataTypesCollection(String[] restrictions,
OdbcConnection
connection){
785
private DataTable GetIndexCollection(String[] restrictions,
OdbcConnection
connection){
833
private DataTable GetProcedureColumnsCollection(String[] restrictions,
OdbcConnection
connection,Boolean isColumns){
870
private DataTable GetProceduresCollection(String[] restrictions,
OdbcConnection
connection){
924
private DataTable GetReservedWordsCollection(string[] restrictions,
OdbcConnection
connection){
960
private DataTable GetTablesCollection(String[] restrictions,
OdbcConnection
connection, Boolean isTables){
1034
OdbcConnection
odbcConnection = (
OdbcConnection
) connection;
fx\src\data\System\Data\Odbc\OdbcTransaction.cs (8)
17
private
OdbcConnection
_connection;
21
internal OdbcTransaction(
OdbcConnection
connection, IsolationLevel isolevel, OdbcConnectionHandle handle) {
22
OdbcConnection
.VerifyExecutePermission();
29
new public
OdbcConnection
Connection { // MDAC 66655
43
OdbcConnection
connection = _connection;
79
OdbcConnection
.ExecutePermission.Demand(); // MDAC 81476
81
OdbcConnection
connection = _connection;
142
OdbcConnection
connection = _connection;