DataConnector | ComponentOne
C1.AdoNet.Json Assembly / C1.AdoNet.Json Namespace / C1JsonConnectionStringBuilder Class / DetectionScheme Property

In This Topic
    DetectionScheme Property (C1JsonConnectionStringBuilder)
    In This Topic
    Specifies the data model 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