7 references to BinarySort
System.Data (7)
fx\src\data\System\Data\Sql\SqlMetaData.cs (1)
567
if (SqlCompareOptions.
BinarySort
!= compareOptions &&
fx\src\data\System\Data\SqlClient\TdsParserHelperClasses.cs (2)
374
options |= SqlCompareOptions.
BinarySort
;
388
if (0 != (value & SqlCompareOptions.
BinarySort
))
fx\src\data\System\Data\SQLTypes\SQLString.cs (4)
106
SqlCompareOptions.
BinarySort
| SqlCompareOptions.BinarySort2;
432
if ((x.m_flag & SqlCompareOptions.
BinarySort
) != 0)
753
if ((compareOptions & (SqlCompareOptions.
BinarySort
| SqlCompareOptions.BinarySort2)) != 0)
791
return(!IsNull && (m_flag & (SqlCompareOptions.
BinarySort
| SqlCompareOptions.BinarySort2)) != 0);