Property CommandParams
CommandParams
Parameters to be used by the dependency.
Declaration
public Dictionary<string, SqlCmdParams> CommandParams { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.Dictionary<System.String, SqlCmdParams> | Dictionary with string type of keys and SqlCommand type values holding the information about the type and value of the parameters passed to the command. |