PackageProcedure.AddSqlParameter(String, Int16, Int16, Object, Boolean, Int32, Byte, Byte, String, SqlDbType) 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 AddSqlParameter(System::String ^ paramName, short ordinal_position, short parameter_type, System::Object ^ parameter_default, bool is_nullable, int parameter_length, System::Byte parameter_precision, System::Byte parameter_scale, System::String ^ type_name, System::Data::SqlDbType data_type_sqldb);
public void AddSqlParameter (string paramName, short ordinal_position, short parameter_type, object parameter_default, bool is_nullable, int parameter_length, byte parameter_precision, byte parameter_scale, string type_name, System.Data.SqlDbType data_type_sqldb);
member this.AddSqlParameter : string * int16 * int16 * obj * bool * int * byte * byte * string * System.Data.SqlDbType -> unit
Public Sub AddSqlParameter (paramName As String, ordinal_position As Short, parameter_type As Short, parameter_default As Object, is_nullable As Boolean, parameter_length As Integer, parameter_precision As Byte, parameter_scale As Byte, type_name As String, data_type_sqldb As SqlDbType)
Parameters
- paramName
- String
- ordinal_position
- Int16
- parameter_type
- Int16
- parameter_default
- Object
- is_nullable
- Boolean
- parameter_length
- Int32
- parameter_precision
- Byte
- parameter_scale
- Byte
- type_name
- String
- data_type_sqldb
- SqlDbType