SqlDatabase.AddOutParameter(DbCommand, String, DbType, Int32) 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 AddOutParameter(System::Data::Common::DbCommand ^ command, System::String ^ name, System::Data::DbType dbType, int size);
public void AddOutParameter (System.Data.Common.DbCommand command, string name, System.Data.DbType dbType, int size);
member this.AddOutParameter : System.Data.Common.DbCommand * string * System.Data.DbType * int -> unit
Parameters
- command
- DbCommand
- name
- String
- dbType
- DbType
- size
- Int32