SqlString::CompareInfo Property

 

Gets the CompareInfo object that defines how string comparisons should be performed for this SqlString structure.

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

public:
property CompareInfo^ CompareInfo {
	CompareInfo^ get();
}

Property Value

Type: System.Globalization::CompareInfo^

A CompareInfo object that defines string comparison for this SqlString structure.

.NET Framework
Available since 1.1
Return to top
Show: