[]
        
(Showing Draft Content)

C1.DataConnector.DetectionSchemeType

DetectionSchemeType Enum

Specifies the Type Detection Scheme to use when parsing JSON documents and generating the database metadata.

Namespace: C1.DataConnector
Assembly: C1.DataConnector.dll
Syntax
public enum DetectionSchemeType

Fields

Name Description
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.