Click or drag to resize
IDbSpecificCreatorCreateObjectName Method
Overload List
  NameDescription
Public methodCreateObjectName(IFieldPersistenceInfo)
Creates a valid object name (e.g. 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.
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.
Top
See Also