6 references to AsynchronousProcessing
System.Data (6)
fx\src\data\System\Data\SqlClient\SqlConnectionStringBuilder.cs (6)
139
validKeywords[(int)Keywords.
AsynchronousProcessing
] = DbConnectionStringKeywords.AsynchronousProcessing;
181
hash.Add(DbConnectionStringKeywords.AsynchronousProcessing, Keywords.
AsynchronousProcessing
);
220
hash.Add(DbConnectionStringSynonyms.Async, Keywords.
AsynchronousProcessing
);
289
case Keywords.
AsynchronousProcessing
: AsynchronousProcessing = ConvertToBoolean(value); break;
952
case Keywords.
AsynchronousProcessing
: return AsynchronousProcessing;
1053
case Keywords.
AsynchronousProcessing
: