Deedle


InferedTypeTag

Namespace: FSharp.Data.Runtime.StructuralTypes
Attributes:
[<RequireQualifiedAccess>]

For heterogeneous types, this represents the tag that defines the form (that is either primitive type, collection, named record etc.)

Union Cases

Union CaseDescription
Boolean
Signature:
Collection
Signature:
DateTime
Signature:
Guid
Signature:
Heterogeneous
Signature:
Json
Signature:
Null
Signature:
Number
Signature:
Record(string option)
Signature: string option
String
Signature:
TimeSpan
Signature:

Instance members

Instance memberDescription
x.Code
Signature: string

Converts tag to string code that can be passed to generated code

CompiledName: get_Code

x.NiceName
Signature: string

CompiledName: get_NiceName

Static members

Static memberDescription
InferedTypeTag.ParseCode(str)
Signature: str:string -> InferedTypeTag

Parses code returned by 'Code' member (to be used in provided code)

Fork me on GitHub