Table of Contents

Class SqlStoredProcedureParameter

Namespace
CENTREL.XIA.Configuration.Types
Assembly
CENTREL.XIA.Configuration.Types.dll

Represents a parameter for a stored procedure.

public class SqlStoredProcedureParameter : SqlParameterBase, IComparable<SqlParameterBase>
Inheritance
SqlStoredProcedureParameter
Implements
Inherited Members

Constructors

SqlStoredProcedureParameter()

Initializes a new instance of the CENTREL.XIA.Configuration.Types.SqlStoredProcedureParameter class.

public SqlStoredProcedureParameter()

Properties

IsOutputParameter

Gets or sets whether the parameter is an output parameter.

public BooleanOption IsOutputParameter { get; set; }

Property Value

BooleanOption

Methods

Clone()

Returns a CENTREL.XIA.Configuration.Types.SqlStoredProcedureParameter cloned from this object.

public SqlStoredProcedureParameter Clone()

Returns

SqlStoredProcedureParameter

A CENTREL.XIA.Configuration.Types.SqlStoredProcedureParameter.