private string GetTableName() { string tableName = this._ObjectName.Replace("-", "_"); return tableName; }