FieldSchemaColumn Property

NReco.GraphQL Class Library Documentation
Data table column name that corresponds to this field (optional).

Namespace:  NReco.GraphQL.Schemas
Assembly:  NReco.GraphQL (in NReco.GraphQL.dll) Version: 1.0.0
Syntax

public string Column { get; set; }

Property Value

Type: String
Remarks

If column is not set Name is used as a column name.
See Also

Reference