Click or drag to resize
MySqlSpecificCreatorCreateObjectName Method
Overload List
  NameDescription
Public methodCreateObjectName(IFieldPersistenceInfo)
Creates a valid object name (f.e. a name for a table or view) based on the passed in IFieldPersistenceInfo implementation. The fieldname is ready to use in queries and contains all pre/postfix characters required.
(Inherited from DbSpecificCreatorBase.)
Public methodCreateObjectName(String, String, String)
Creates a valid object name (e.g. a name for a table or view) based on the fragments specified. The name is ready to use and contains all alias wrappings required.
(Overrides DbSpecificCreatorBaseCreateObjectName(String, String, String).)
Top
See Also