2 references to compareOptions
System.Data (2)
fx\src\data\System\Data\Common\AdapterUtil.cs (1)
2471
return CultureInfo.CurrentCulture.CompareInfo.Compare(strA, strB, ADP.
compareOptions
);
fx\src\data\System\Data\Common\FieldNameLookup.cs (1)
102
index = LinearIndexOf(fieldName, ADP.
compareOptions
);