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