EFParameter Constructors
A parameter passed to a stored procedure by an EFDataSource.| Name | Parameters | Description |
|---|---|---|
| EFParameter() | none | Initializes a new instance of the EFParameter class with the default settings. |
| EFParameter(String, Type, Object) | name, type, value | Initializes a new instance of the EFParameter class with the specified default settings. |
See Also