'Declaration Public Enum DetectionSchemeType Inherits System.Enum
public enum DetectionSchemeType : System.Enum
'Declaration Public Enum DetectionSchemeType Inherits System.Enum
public enum DetectionSchemeType : System.Enum
Member | 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. |
System.Object
System.ValueType
System.Enum
C1.DataConnector.DetectionSchemeType