dotConnect for SQL Server Documentation
Devart.Data.SqlServer Namespace / SqlParameterCollection Class / Add Method

In This Topic
    Add Method (SqlParameterCollection)
    In This Topic
    Adds the specified SqlParameter to the SqlParameterCollection.
    Overload List
    OverloadDescription
    Adds a SqlParameter to the SqlParameterCollection given the parameter name and data type.  
    Adds a SqlParameter to the SqlParameterCollection given the the parameter name, data type, and data size.  
    Adds a SqlParameter to the SqlParameterCollection given the parameter name, data type, column width, and source column name.  
    Adds a SqlParameter to the SqlParameterCollection given the parameter name and value.  
    Adds the specified SqlParameter to the SqlParameterCollection.  
    See Also