Gets the parameter with the specified Name.
Namespace: SimolAssembly: Simol (in Simol.dll) Version: 1.0.0.0
Syntax
| C# |
|---|
public CommandParameter GetParameter( string name ) |
| Visual Basic |
|---|
Public Function GetParameter ( _ name As String _ ) As CommandParameter |
| Visual C++ |
|---|
public: CommandParameter^ GetParameter( String^ name ) |
Parameters
- name
- Type: System..::..String
The parameter or null if no matching parameter is found.