- Namespace: FSharp.Data
- Assembly: FSharp.Data.Runtime.Utilities.dll
-
Base Type:
Enum -
All Interfaces:
IComparable,IConvertible,ISpanFormattable,IFormattable - Kind: Struct
- This is an enum type definition
This is the public inference mode enum used when initializing a type provider, with backward compatibility.
Record fields
| Record Field | Description |
Used as a default value for backward compatibility with the legacy InferTypesFromValues boolean static parameter. The actual behaviour will depend on whether InferTypesFromValues is set to true (default) or false.
|
|
Type everything as strings (or the most basic type possible for the value when it's not string, e.g. for json numbers or booleans).
|
|
Inline schemas types have the same weight as value infered types.
|
|
|
Full Usage:
Field type:
|
Inline schemas types override value infered types. (Value infered types are ignored if an inline schema is present)
|
Infer types from values only. Inline schemas are disabled.
|