Table of Contents

Class SqlUserDefinedFunctions

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

Represents the user defined functions for a SQL database.

public class SqlUserDefinedFunctions : BypassSection
Inheritance
SqlUserDefinedFunctions
Inherited Members

Constructors

SqlUserDefinedFunctions()

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

public SqlUserDefinedFunctions()

Properties

Items

Gets or sets the items in the collection.

public SqlUserDefinedFunctionCollection Items { get; set; }

Property Value

SqlUserDefinedFunctionCollection

Methods

FromXml(string)

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

public static SqlUserDefinedFunctions FromXml(string xml)

Parameters

xml string

The XML representation of the object.

Returns

SqlUserDefinedFunctions

A CENTREL.XIA.Configuration.Types.SqlUserDefinedFunctions class.

ToString()

Returns the user defined functions as a human readable string.

public override string ToString()

Returns

string

The user defined functions as a human readable string.