2 references to compareOptions
System.Data.OleDb (2)
System\Data\Common\AdapterUtil.cs (1)
1283
return CultureInfo.CurrentCulture.CompareInfo.Compare(strA, strB, ADP.
compareOptions
);
System\Data\Common\FieldNameLookup.cs (1)
84
index = LinearIndexOf(fieldName, ADP.
compareOptions
);