Click or drag to resize
DbSpecificCreatorBaseCreateObjectName Method (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.

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public string CreateObjectName(
	IFieldPersistenceInfo persistenceInfo
)

Parameters

persistenceInfo
Type: SD.LLBLGen.Pro.ORMSupportClassesIFieldPersistenceInfo
IFieldPersistenceInfo instance which source object info is used to formulate the objectname

Return Value

Type: String
Valid object name

Implements

IDbSpecificCreatorCreateObjectName(IFieldPersistenceInfo)
See Also