Exemple #1
0
 /// <summary>
 /// Initializes a new instance of a Schema.
 /// </summary>
 protected Schema()
 {
     this.definitions = new ColumnCollection();
 }