Source Members
A data source that is part of the federated data source.Constructors
| Name | Description |
|---|---|
| Source() | Initializes a new class instance with the default settings. |
| Source(String, Object, String) | Initializes a new class instance with the specified name, data source and data member settings. |
| Source(String, Object) | Initializes a new class instance with the specified name and data source. |
Properties
| Name | Description |
|---|---|
| DataMember | Gets or sets the table or list in the data source. |
| DataSource | Gets or sets the data source. |
| Name | The name of the data source in the federated query. |
Methods
| Name | Description |
|---|---|
| Equals(Object, Object) static | Determines whether the specified object instances are considered equal. Inherited from Object. |
| Equals(Object) | Determines whether the specified object is equal to the current object. Inherited from Object. |
| GetHashCode() | Serves as the default hash function. Inherited from Object. |
| GetType() | Gets the Type of the current instance. Inherited from Object. |
| MemberwiseClone() protected | Creates a shallow copy of the current Object. Inherited from Object. |
| ReferenceEquals(Object, Object) static | Determines whether the specified Object instances are the same instance. Inherited from Object. |
| ToString() | Gets the string representation of a Source object. |
See Also