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