Click or drag to resize
AbstractDatabaseAbstracterCreateAndAddParameter Method
Overload List
  NameDescription
Public methodCreateAndAddParameter(IDbCommand, DbType, String, Object)
Creates a SQL parameter and attaches it to the given IDbCommand.
Public methodCreateAndAddParameter(IDbCommand, DbType, String, ParameterDirection, Object)
Creates a SQL parameter and attaches it to the given IDbCommand.
Public methodCreateAndAddParameter(IDbCommand, DbType, String, Int32, Object)
Creates a SQL parameter and attaches it to the given IDbCommand.
Public methodCreateAndAddParameter(IDbCommand, DbType, String, Int32, ParameterDirection, Object)
Creates a SQL parameter and attaches it to the given IDbCommand.
Top
See Also