SqlDataSource Properties
The data source that allows you to bind data-aware controls to a database (in read-only mode) using specified data connection options.
Name | Description |
---|---|
Allow |
Specifies whether or not custom SQL queries can be used to fill the Sql |
Can |
Gets a value indicating whether the component can raise an event. Inherited from Component. |
Connection |
Provides access to the data connection settings of the Sql |
Connection |
Specifies the name of a data connection in the App. |
Connection |
Provides access to the data connection options of the Sql |
Connection |
Specifies the data connection settings of the Sql |
Container | Gets the IContainer that contains the Component. Inherited from Component. |
DBSchema | Gets the schema of the connected SQL data source. |
Design |
Gets a value that indicates whether the Component is currently in design mode. Inherited from Component. |
Disable |
Gets or sets whether the validation of custom SQL queries is performed. |
Events protected | Gets the list of event handlers that are attached to this Component. Inherited from Component. |
Name |
Inherited from Data |
Queries |
Provides access to the collection of queries defined for the Sql |
Relations |
Provides access to the collection of master-detail relations of the Sql |
Result |
Gets a collection of tables and their relations from the current Sql |
Site | Gets or sets the ISite of the Component. Inherited from Component. |