4 writes to Connection
System.Data (4)
fx\src\data\System\Data\Odbc\OdbcCommand.cs (4)
69
Connection
= connection;
74
Connection
= connection;
260
Connection
= (OdbcConnection)value;
439
clone.
Connection
= this.Connection;
21 references to Connection
System.Data (21)
fx\src\data\System\Data\Odbc\OdbcCommand.cs (8)
257
return
Connection
;
439
clone.Connection = this.
Connection
;
569
if(!
Connection
.ProviderInfo.NoQueryTimeout) {
578
if(
Connection
.IsV3Driver) {
579
if(!
Connection
.ProviderInfo.NoSqlSoptSSNoBrowseTable && !
Connection
.ProviderInfo.NoSqlSoptSSHiddenColumns) {
842
Connection
.FlagUnsupportedStmtAttr(stmtAttribute);
852
OdbcConnection connection =
Connection
;
fx\src\data\System\Data\Odbc\OdbcCommandBuilder.cs (1)
125
OdbcConnection connection = command.
Connection
;
fx\src\data\System\Data\Odbc\OdbcParameter.cs (12)
589
!command.
Connection
.IsV3Driver // for non V3 driver we always do the conversion
590
|| !command.
Connection
.TestTypeSupport(ODBC32.SQL_TYPE.NUMERIC) // otherwise we convert if the driver does not support numeric
591
|| command.
Connection
.TestRestrictedSqlBindType(_bindtype._sql_type)// or the type is not supported
604
if (!command.
Connection
.IsV3Driver){
623
if (!command.
Connection
.TestTypeSupport (_bindtype._sql_type)) {
640
if (!command.
Connection
.IsV3Driver) {
767
command.
Connection
.FlagRestrictedSqlBindType(_bindtype._sql_type);
773
command.
Connection
.HandleError(hstmt, retcode);
793
command.
Connection
.HandleError(hstmt, retcode);
804
command.
Connection
.HandleError(hstmt, retcode);
815
command.
Connection
.HandleError(hstmt, retcode);
824
command.
Connection
.HandleError(hstmt, retcode);