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