Click or drag to resize
EntityViewBaseTEntityGetListName Method
Returns the name of the list.

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 virtual string GetListName(
	PropertyDescriptor[] listAccessors
)

Parameters

listAccessors
Type: System.ComponentModelPropertyDescriptor
An array of PropertyDescriptor objects, the list name for which is returned. This can be null.

Return Value

Type: String
The name of the list.

Implements

ITypedListGetListName(PropertyDescriptor)
Remarks
Creates a dummy instance of the entity type in the related entitycollection and returns "LLBLGenProEntityName" + "Collection"
See Also