Datasource Methods
The Datasource type exposes the following members.
| Name | Description | |
|---|---|---|
| AddDatasource | Adds a Datasource object into the data sources dictionary. |
| AddField | Adds a Field object into the fields dictionary. |
| Create | Overloaded. |
| CreateRootDatasourcesFromXML | Creates a collection of data sources from an XML string. |
| DeriveCardinalityString | Transforms the cardinality enumeration value to the corresponding string value. |
| DeriveTypeString | Transforms the type enumeration value to the corresponding string value. |
| Equals | Determines whether the specified Datasource instance is equal to the current Datasource class instance. (Overrides Object.Equals(Object).) |
| ExistsField | |
| ExistsFields | |
| Finalize | (Inherited from Object.) |
| GetAllEnumFields | Iterates over all the fields and returns a list of fields that are of type enumeration. |
| GetDatasourceArray | Retrieves all the values from a data sources dictionary and returns an array of Datasource objects. |
| GetFieldArray | Retrieves all the values from the fields dictionary and returns an array of Field objects. |
| GetFieldsInSortedDisplayOrder | Iterates over all the fields dictionary and returns a new dictionary of fields, sorted order of their display names. |
| GetHashCode | Retrieves a value that indicates the hash code value for the Datasource instance. (Overrides Object.GetHashCode().) |
| GetType | (Inherited from Object.) |
| IsChildRelationship | Determines whether a data source is the child of another data source. |
| IsDatasourceOneToN | Determines whether the current data source or any parent is a 1:N data source. |
| IsParentRelationship | Determines whether a data source is a parent of another. |
| IsRootDatasource | Determines whether the data source is a root of the data source tree. |
| IsRootSiblingRelationship | Determines whether two data sources are siblings at the root. |
| MemberwiseClone | (Inherited from Object.) |
| ToString | (Inherited from Object.) |
Community Additions
ADD
Show: