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