Click or drag to resize
SqlParameter Constructor
Overload List
  NameDescription
Public methodSqlParameter(SqlParameter)
Initializes a new instance of the SqlParameter class
Public methodSqlParameter(SqlType, String)
Initializes a new instance of the SqlParameter class
Public methodSqlParameter(SqlType, String, Object)
Initializes a new instance of the SqlParameter class
Public methodSqlParameter(SqlType, String, Object, Transformer)
Initializes a new instance of the SqlParameter class
Public methodSqlParameter(SqlType, String, Object, Transformer, ParameterDirection)
Initializes a new instance of the SqlParameter class
Public methodSqlParameter(SqlType, String, Object, Transformer, ParameterDirection, Int32)
Initializes a new instance of the SqlParameter class
Top
See Also