Table of Contents

Class SqlStoredProcedureParameters

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

Represents a collection of parameters.

public class SqlStoredProcedureParameters : BaseTypeSection
Inheritance
SqlStoredProcedureParameters

Constructors

SqlStoredProcedureParameters()

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

public SqlStoredProcedureParameters()

Properties

Items

Gets or sets the items in the collection.

public SqlStoredProcedureParameterCollection Items { get; set; }

Property Value

SqlStoredProcedureParameterCollection

Methods

FromXml(string)

Returns a CENTREL.XIA.Configuration.Types.SqlStoredProcedureParameters class from the specified XML.

public static SqlStoredProcedureParameters FromXml(string xml)

Parameters

xml string

The XML representation of the object.

Returns

SqlStoredProcedureParameters

A CENTREL.XIA.Configuration.Types.SqlStoredProcedureParameters class.

ToString()

Returns the parameters as a human readable string.

public override string ToString()

Returns

string

The parameters as a human readable string.