DataConnector | ComponentOne
C1.DataConnector Assembly / C1.DataConnector Namespace / OperationType Enumeration

In This Topic
    OperationType Enumeration
    In This Topic
    The type of a SQL operation
    Syntax
    'Declaration
     
    Public Enum OperationType 
       Inherits System.Enum
    public enum OperationType : System.Enum 
    Members
    MemberDescription
    Binary Binary
    Unary Unary
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.DataConnector.OperationType

    See Also