SqlString::CompareOptionsFromSqlCompareOptions Method (SqlCompareOptions)
.NET Framework (current version)
Gets the CompareOptions enumeration equilvalent of the specified SqlCompareOptions value.
Assembly: System.Data (in System.Data.dll)
public: static CompareOptions CompareOptionsFromSqlCompareOptions( SqlCompareOptions compareOptions )
Parameters
- compareOptions
-
Type:
System.Data.SqlTypes::SqlCompareOptions
A SqlCompareOptions value that describes the comparison options for this SqlString structure.
Return Value
Type: System.Globalization::CompareOptionsA CompareOptions value that corresponds to the SqlCompareOptions for this SqlString structure.
.NET Framework
Available since 1.1
Available since 1.1
Show: