6 references to IsShiloh
System.Data (6)
fx\src\data\System\Data\SqlClient\SqlBulkCopy.cs (3)
443
if (_connection.
IsShiloh
) {
538
if (_connection.
IsShiloh
&& 0 == internalResults[CollationResultId].Count) {
657
if(_connection.
IsShiloh
) {
fx\src\data\System\Data\SqlClient\SqlCommand.cs (3)
544
return _activeConnection.
IsShiloh
;
4477
Debug.Assert(_activeConnection.
IsShiloh
, "Invalid attempt to call sp_prepexec on non 7.x server");
4492
if (_activeConnection.
IsShiloh
)