Ejemplo n.º 1
0
 protected SybaseSchemaBase(StatusEnum.ObjectTypeEnum objectType)
     : base("[", "]", objectType)
 {
 }
Ejemplo n.º 2
0
 public MySQLSchemaBase(StatusEnum.ObjectTypeEnum objectType)
     : base("`", "`", objectType)
 {
     this.Owner = "";
 }