DataSourceField Members

The DataSourceField type exposes the following members.
Methods

  NameDescription
Public methodOnlineEquals
Determines whether the specified OnlineObject is equal to the current OnlineObject.
(Inherited from OnlineObject.)
Public methodOnlineGetHashCode
Serves as a hash function for a particular type.
(Inherited from OnlineObject.)
Public methodOnlineGetType
Gets the OnlineType of the current instance.
(Inherited from OnlineObject.)
Public methodOnlineToString
Returns a string that represents the current object.
(Inherited from OnlineObject.)
Back to Top
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