Initializes a new instance of the CommandParameter class
allowing different values for Name and PropertyName and a list of
values.
Namespace: SimolAssembly: Simol (in Simol.dll) Version: 1.0.0.0
Syntax
C# |
---|
public CommandParameter( string name, string propertyName, IList values ) |
Visual Basic |
---|
Public Sub New ( _ name As String, _ propertyName As String, _ values As IList _ ) |
Visual C++ |
---|
public: CommandParameter( String^ name, String^ propertyName, IList^ values ) |
Parameters
- name
- Type: System..::..String
The parameter name.
- propertyName
- Type: System..::..String
Name of the item property to use for formatting purposes. Optional parameter. Required only if the item property name and parameter name are different.
- values
- Type: System.Collections..::..IList
The parameter values.