Enum SqlServerExternalFileFormat
- Namespace
- ItTiger.TigerQuery.Core
- Assembly
- ItTiger.TigerQuery.Core.dll
Identifies how an external-value file is interpreted.
public enum SqlServerExternalFileFormat
Fields
Json = 1- A named top-level JSON string property is the value.
Text = 0- The entire UTF-8 text file is the value, with no trimming.