Click or drag to resize

QueryCreationManagerGetFieldPersistenceInfos Method (String)

Retrieves the persistence info objects for the fields of the entity passed in.

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses.Adapter
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.8.0.0 (5.8.21.0111)
Syntax
protected virtual IFieldPersistenceInfo[] GetFieldPersistenceInfos(
	string entityName
)

Parameters

entityName
Type: SystemString
Entity name for entity type which fields the persistence information should be retrieved for

Return Value

Type: IFieldPersistenceInfo
the requested persistence information
See Also