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

In This Topic
    DetectionSchemeType Enumeration
    In This Topic
    Specifies the Type Detection Scheme to use when parsing JSON documents and generating the database metadata.
    Syntax
    'Declaration
     
    Public Enum DetectionSchemeType 
       Inherits System.Enum
    public enum DetectionSchemeType : System.Enum 
    Members
    MemberDescription
    None When set to None, the detection scheme will not be specified, and every value will be treated as a string.
    RowScan When the value is set to RowScan, the detection scheme will operate in RowScan mode, and each value will be associated with the appropriate DbType.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.DataConnector.DetectionSchemeType

    See Also