Class SqlUserDefinedFunctionParameters
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents a collection of parameters.
public class SqlUserDefinedFunctionParameters : BaseTypeSection
- Inheritance
-
SqlUserDefinedFunctionParameters
Constructors
SqlUserDefinedFunctionParameters()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.SqlUserDefinedFunctionParameters class.
public SqlUserDefinedFunctionParameters()
Properties
Items
Gets or sets the items in the collection.
public SqlUserDefinedFunctionParameterCollection Items { get; set; }
Property Value
Methods
FromXml(string)
Returns a CENTREL.XIA.Configuration.Types.SqlUserDefinedFunctionParameters class from the specified XML.
public static SqlUserDefinedFunctionParameters FromXml(string xml)
Parameters
xml
stringThe XML representation of the object.
Returns
- SqlUserDefinedFunctionParameters
A CENTREL.XIA.Configuration.Types.SqlUserDefinedFunctionParameters class.
ToString()
Returns the parameters as a human readable string.
public override string ToString()
Returns
- string
The parameters as a human readable string.