Refactorings
This commit is contained in:
@@ -6,13 +6,14 @@ using System.Xml.Serialization;
|
||||
namespace ServerExplorer.Code.DataTransfer
|
||||
{
|
||||
[Serializable]
|
||||
class Table
|
||||
public class Table
|
||||
{
|
||||
[XmlAttribute]
|
||||
public string Schema { get; set; }
|
||||
[XmlAttribute]
|
||||
public string Name { get; set; }
|
||||
|
||||
[XmlAttribute]
|
||||
public string Type { get; set; }
|
||||
|
||||
private readonly List<Column> _columns = new List<Column>();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user