4 references to BinarySort2
System.Data (4)
fx\src\data\System\Data\SQLTypes\SQLString.cs (4)
106
SqlCompareOptions.BinarySort | SqlCompareOptions.
BinarySort2
;
434
else if ((x.m_flag & SqlCompareOptions.
BinarySort2
) != 0)
753
if ((compareOptions & (SqlCompareOptions.BinarySort | SqlCompareOptions.
BinarySort2
)) != 0)
791
return(!IsNull && (m_flag & (SqlCompareOptions.BinarySort | SqlCompareOptions.
BinarySort2
)) != 0);