Class SqlUserDefinedFunctionParameterCollection
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents a collection of function parameters.
public class SqlUserDefinedFunctionParameterCollection : Collection<SqlUserDefinedFunctionParameter>, IList<SqlUserDefinedFunctionParameter>, ICollection<SqlUserDefinedFunctionParameter>, IList, ICollection, IReadOnlyList<SqlUserDefinedFunctionParameter>, IReadOnlyCollection<SqlUserDefinedFunctionParameter>, IEnumerable<SqlUserDefinedFunctionParameter>, IEnumerable
- Inheritance
-
SqlUserDefinedFunctionParameterCollection
- Implements
- Inherited Members
Constructors
SqlUserDefinedFunctionParameterCollection()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.SqlUserDefinedFunctionParameterCollection class.
public SqlUserDefinedFunctionParameterCollection()
Methods
FindByIdentifier(Guid)
Returns the parameter with the specified identifier, or null if no parameter with that identifier is found.
public SqlUserDefinedFunctionParameter FindByIdentifier(Guid identifier)
Parameters
identifier
GuidThe identifier of the parameter to locate.
Returns
- SqlUserDefinedFunctionParameter
The parameter with the specified identifier.
FindByName(string)
Returns the parameter with the specified name, or null if no parameter with that name is found.
public SqlUserDefinedFunctionParameter FindByName(string name)
Parameters
name
stringThe name of the parameter to locate.
Returns
- SqlUserDefinedFunctionParameter
The parameter with the specified name.
Sort()
Sorts the values in the collection.
public void Sort()