SqlString::SqlCompareOptions Property

 

A combination of one or more of the SqlCompareOptions enumeration values that represent the way in which this SqlString should be compared to other SqlString structures.

Namespace:   System.Data.SqlTypes
Assembly:  System.Data (in System.Data.dll)

public:
property SqlCompareOptions SqlCompareOptions {
	SqlCompareOptions get();
}

Property Value

Type: System.Data.SqlTypes::SqlCompareOptions

A value specifying how this SqlString should be compared to other SqlString structures.

.NET Framework
Available since 1.1
Return to top
Show: