DbSpecificCreatorBaseCreateFieldName Method | 
| Name | Description | |
|---|---|---|
| CreateFieldName(IEntityFieldCore, IFieldPersistenceInfo, String, String, Boolean) | 
            Creates the name for the field, and takes into account an aggregate function present and an expression present. If one or both are present, the
            field is replaced with (expression) or surrounded with (aggregate) the function (if applyAggregateFunction is true).
              | |
| CreateFieldName(IFieldPersistenceInfo, String, String, String, String) | 
            Creates a valid field name based on the passed in IFieldPersistenceInfo implementation. The fieldname is
            ready to use in queries and contains all pre/postfix characters required. This field name is
            not padded with an alias if that alias should be created. Effectively, this is the
            same as CreateFieldName(field persistence info, fieldname, false);
              | |
| CreateFieldName(IFieldPersistenceInfo, String, String, Boolean, String, String) | 
            Creats a valid field name based on the passed in IFieldPersistenceInfo implementation. The fieldname is
            ready to use in queries and contains all pre/postfix characters required. 
              |