CRL.Attribute.FieldAttribute.GetTableFieldFormat C# (CSharp) Метод

GetTableFieldFormat() приватный Метод

按表名格式化字段名
private GetTableFieldFormat ( string table, string fileld ) : string
table string
fileld string
Результат string
        internal string GetTableFieldFormat(string table, string fileld)
        {
            return string.Format("{0}__{1}", table, fileld);
        }