public static string GetFields(string fieldsPrefix = "", string tableAlias = "") { return(DBBase.GetFields(FieldsList, fieldsPrefix, tableAlias)); }