Table of Contents

Class SqlUserDefinedFunctionCollection

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

Represents a collection of user defined functions.

public class SqlUserDefinedFunctionCollection : Collection<SqlUserDefinedFunction>, IList<SqlUserDefinedFunction>, ICollection<SqlUserDefinedFunction>, IList, ICollection, IReadOnlyList<SqlUserDefinedFunction>, IReadOnlyCollection<SqlUserDefinedFunction>, IEnumerable<SqlUserDefinedFunction>, IEnumerable
Inheritance
SqlUserDefinedFunctionCollection
Implements
Inherited Members

Constructors

SqlUserDefinedFunctionCollection()

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

public SqlUserDefinedFunctionCollection()

Methods

FindByIdentifier(Guid)

Returns the user defined function with the specified identifier, or null if no user defined function with that identifier is found.

public SqlUserDefinedFunction FindByIdentifier(Guid identifier)

Parameters

identifier Guid

The identifier of the user defined function to locate.

Returns

SqlUserDefinedFunction

The user defined function with the specified identifier.

FindByName(string)

Returns the user defined function with the specified name, or null if no user defined function with that name is found.

public SqlUserDefinedFunction FindByName(string name)

Parameters

name string

The name of the user defined function to locate.

Returns

SqlUserDefinedFunction

The user defined function with the specified name.

Sort()

Sorts the values in the collection.

public void Sort()