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