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