Parameter Constructors
A method or constructor parameter of an ObjectDataSource.Name | Parameters | Description |
---|---|---|
Parameter() | none | Initializes a new instance of the Parameter class with the default settings. |
Parameter(String, Type, Object) | name, type, value | Initializes a new instance of the Parameter class. |
See Also