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