public static AddParameter ( this command, string name, object value ) : IDataParameter | ||
command | this | Command to add parameter to |
name | string | Name of the parameter |
value | object | Value (will be changed to |
Résultat | IDataParameter |