SqlDatabase.AddInParameter(DbCommand, String, DbType, Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
void AddInParameter(System::Data::Common::DbCommand ^ command, System::String ^ name, System::Data::DbType dbType, System::Object ^ value);
public void AddInParameter (System.Data.Common.DbCommand command, string name, System.Data.DbType dbType, object value);
member this.AddInParameter : System.Data.Common.DbCommand * string * System.Data.DbType * obj -> unit
Parameters
- command
- DbCommand
- name
- String
- dbType
- DbType
- value
- Object