DataConnector | ComponentOne
C1.AdoNet.CSV Assembly / C1.AdoNet.CSV Namespace / C1CSVConnectionStringBuilder Class / DetectionScheme Property

In This Topic
    DetectionScheme Property (C1CSVConnectionStringBuilder)
    In This Topic
    Specifies the Type Detection Scheme to use when parsing JSON documents and generating the database metadata.
    Syntax
    'Declaration
     
    Public Property DetectionScheme As DetectionSchemeType
    public DetectionSchemeType DetectionScheme {get; set;}
    See Also