Compartir a través de


StoredProcedureParameter Constructor

Initializes a new instance of the StoredProcedureParameter class.

Lista de sobrecargas

  Nombre Descripción
Método publico StoredProcedureParameter() () () () Initializes a new instance of the StoredProcedureParameter class.
Método publico StoredProcedureParameter(StoredProcedure, String) Initializes a new instance of the StoredProcedureParameter class for the specified stored procedure and with the specified name.
Método publico StoredProcedureParameter(StoredProcedure, String, DataType) Initializes a new instance of the StoredProcedureParameter class for the specified stored procedure and with the specified name and data type.

Principio