// Assembly: System.Data
// Full name: System.Data.SqlTypes.SqlCompareOptions

namespace System.Data.SqlTypes
{
public class SqlCompareOptions // TypeDefIndex: 8474
{
	// Fields
	type#20890 value__;
	type#26316 None;
	type#26316 IgnoreCase;
	type#26316 IgnoreNonSpace;
	type#26316 IgnoreKanaType;
	type#26316 IgnoreWidth;
	type#26316 BinarySort;
	type#26316 BinarySort2;
}
}
