Table of Contents

Class SqlStoredProcedures

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

Represents the stored procedures for a SQL database.

public class SqlStoredProcedures : BypassSection
Inheritance
SqlStoredProcedures
Inherited Members

Constructors

SqlStoredProcedures()

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

public SqlStoredProcedures()

Properties

Items

Gets or sets the items in the collection.

public SqlStoredProcedureCollection Items { get; set; }

Property Value

SqlStoredProcedureCollection

Methods

FromXml(string)

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

public static SqlStoredProcedures FromXml(string xml)

Parameters

xml string

The XML representation of the object.

Returns

SqlStoredProcedures

A CENTREL.XIA.Configuration.Types.SqlStoredProcedures class.

ToString()

Returns the stored procedures as a human readable string.

public override string ToString()

Returns

string

The stored procedures as a human readable string.