The following tables list the members exposed by DataSourceSql.
Name | Description | |
---|---|---|
DataSourceSql Constructor |
Name | Description | |
---|---|---|
PROVIDER_ODBC | ||
PROVIDER_OLEDB | ||
PROVIDER_ORACLE | ||
PROVIDER_SQLSERVER |
Name | Description | |
---|---|---|
parameters | (Inherited from DataSourceBase) |
Name | Description | |
---|---|---|
ConnectionString | Gets or sets the connection string. | |
Data | Overridden. Gets the Enumerable object from executing the Query | |
Filter | Gets the filter. (Inherited from DataSourceBase) | |
MetaData | Overridden. Gets the meta data. | |
Parameters | Gets or sets the parameters. (Inherited from DataSourceBase) | |
Password | Gets or sets the password. | |
ProviderName | Gets or sets the name of the provider. | |
SelectCommand | Gets or sets the select command. | |
SQLAuthentication | Gets or sets the SQL authentication. | |
UserName | Gets or sets the name of the user. |
Name | Description | |
---|---|---|
GetConnectionString | Gets the connection string. | |
SetConnectionStringUnEncrypted | Sets the connection string un encrypted. | |
SetPasswordUnEncrypted | Sets the password un encrypted. | |
SetUserNameUnEncrypted | Sets the user name un encrypted. | |
TestConnection | Check if ther connection is valid |