4 references to AsynchronousProcessing
System.Data (4)
fx\src\data\System\Data\SqlClient\SqlConnectionStringBuilder.cs (4)
139
validKeywords[(int)Keywords.AsynchronousProcessing] = DbConnectionStringKeywords.
AsynchronousProcessing
;
181
hash.Add(DbConnectionStringKeywords.
AsynchronousProcessing
, Keywords.AsynchronousProcessing);
347
[DisplayName(DbConnectionStringKeywords.
AsynchronousProcessing
)]
354
SetValue(DbConnectionStringKeywords.
AsynchronousProcessing
, value);