dotConnect for SQL Server Documentation
Devart.Data.SqlServer.SqlTypes Namespace / SqlCompareOptions Enumeration

In This Topic
    SqlCompareOptions Enumeration
    In This Topic
    Syntax
    'Declaration
     
    Public Enum SqlCompareOptions 
       Inherits System.Enum
       Implements System.IComparableSystem.IConvertibleSystem.IFormattable 
    Members
    MemberDescription
    BinarySort 
    BinarySort2 
    IgnoreCase 
    IgnoreKanaType 
    IgnoreNonSpace 
    IgnoreWidth 
    None 
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Devart.Data.SqlServer.SqlTypes.SqlCompareOptions

    See Also