IDbSpecificCreatorCreateObjectName Method (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.
Namespace:
SD.LLBLGen.Pro.ORMSupportClasses
Assembly:
SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.1.0.0 (5.1.0)
Syntax string CreateObjectName(
IFieldPersistenceInfo persistenceInfo
)
Function CreateObjectName (
persistenceInfo As IFieldPersistenceInfo
) As String
Parameters
- persistenceInfo
- Type: SD.LLBLGen.Pro.ORMSupportClassesIFieldPersistenceInfo
IFieldPersistenceInfo instance which source object info is used to formulate the objectname
Return Value
Type:
StringValid object name
See Also