[]
Specifies the Type Detection Scheme to use when parsing JSON documents and generating the database metadata.
public enum DetectionSchemeType
| 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. |