4 references to BinarySort2
System.Data.Common (4)
System\Data\SQLTypes\SQLString.cs (4)
82
SqlCompareOptions.BinarySort | SqlCompareOptions.
BinarySort2
;
383
else if ((x.m_flag & SqlCompareOptions.
BinarySort2
) != 0)
690
if ((compareOptions & (SqlCompareOptions.BinarySort | SqlCompareOptions.
BinarySort2
)) != 0)
709
return (!IsNull && (m_flag & (SqlCompareOptions.BinarySort | SqlCompareOptions.
BinarySort2
)) != 0);