DataSource Members
Include Protected Members
Include Inherited Members
Represents a data source in a form template.
The DataSource type exposes the following members.
Constructors
Name | Description | |
---|---|---|
DataSource |
Top
Properties
Name | Description | |
---|---|---|
Name | Gets the name of the associated DataSource object. | |
QueryConnection | Gets a reference to the DataConnection object associated with the data source. | |
ReadOnly | Gets a value that indicates whether the data source is in a read-only state. |
Top
Methods
Name | Description | |
---|---|---|
CreateNavigator | Returns an XPathNavigator object for accessing and editing the data source. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetNamedNodeProperty | Gets the value of a named property for the specified XML node, which must be a nonattribute node in the main data source. | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
SetNamedNodeProperty | Sets the value of a named property for the specified XML node, which must be a nonattribute node in the main data source. | |
ToString | (Inherited from Object.) |
Top