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