StructField Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A type that represents a field inside StructType.
public sealed class StructField
type StructField = class
Public NotInheritable Class StructField
- Inheritance
-
StructField
Constructors
| StructField(String, DataType, Boolean, JObject) |
Constructor for StructFieldType class. |
Properties
| DataType |
The data type of this field. |
| IsNullable |
Checks if values of this field can be null. |
| Name |
The name of this field. |
Methods
| ToString() |
Returns a readable string that represents this type. |