Exemple #1
0
 public SchemaNode(
     SchemaCollectionNode schemasNode,
     string name)
 {
     this.schemasNode = schemasNode;
     this.name        = name;
 }
Exemple #2
0
 public SchemaNode(
     SchemaCollectionNode schemasNode,
     string name)
 {
     _schemasNode = schemasNode;
     _name        = name;
 }
Exemple #3
0
 void IObjectExplorer.SetConnection(string connectionString, IDbConnection connection)
 {
     _connection  = connection;
     _schemasNode = new SchemaCollectionNode(_connection);
 }