DataSourceParameterBase Constructors
The base for classes that provide the data source parameter functionality.Name | Parameters | Description |
---|---|---|
DataSourceParameterBase() | none | Initializes a new instance of the DataSourceParameterBase class with the default settings. |
DataSourceParameterBase(String, Type, Object) | name, type, value | Initializes a new instance of the DataSourceParameterBase class with the specified settings. |
See Also