DataSource Members

The DataSource type exposes the following members.
Methods

  NameDescription
Public methodCompareTo
Overrides IComparable<DataSource>.CompareTo
Public methodEquals(Object)
Overrides Object.Equals
(Overrides OnlineObject Equals(Object).)
Public methodEquals(DataSource)
Overrides IEquatable.Equals
Public methodGetHashCode
Overrides Object.GetHashCode
(Overrides OnlineObject GetHashCode .)
Public methodOnlineGetType
Gets the OnlineType of the current instance.
(Inherited from OnlineObject.)
Public methodToString
Overrides Object.ToString
(Overrides OnlineObject ToString .)
Back to Top
Properties

  NameDescription
Public propertyFields
Fields a group of data fields associated with the current data source.
Public propertyId
Id is a string the identifies the current data source.
Public propertyName
Name is a string that provides a name for the current data source.
Public propertyType
Type is an enumeration that indicates the type of the current data source.
Back to Top
See Also