Class TypeDefinitionInfo
List of Fields for a User Defined Type
public class TypeDefinitionInfo
- Inheritance
-
TypeDefinitionInfo
- Inherited Members
Properties
Fields
Field types, by column name
[JsonPropertyName("fields")]
public Dictionary<string, FieldTypeInfo> Fields { get; set; }