DataSourceField Properties
The DataSourceField type exposes the following members.
Properties

  NameDescription
Public propertyBackfillType
DataSourceBackfillType is an enumeration that specifies whether and under what conditions the current field will be stored back to the data source.
Public propertyFieldType
DataSourceFieldType is an enumeration that describes the type (such as text, number, etc.) of the current field.
Public propertyIsKey
IsKey is a boolean key that indicates whether or not the current data source field is a key for unique identification.
Public propertySourceName
SourceName is a string that describes the source of the current data field.
Back to Top
See Also