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