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.12.0.0 (5.12.0)
Syntaxpublic virtual string GetListName(
PropertyDescriptor[] listAccessors
)
Public Overridable Function GetListName (
listAccessors As PropertyDescriptor()
) As String
Parameters
- listAccessors
- Type: System.ComponentModelPropertyDescriptor
An array of PropertyDescriptor objects, the list name for which is returned. This can be null.
Return Value
Type:
StringThe name of the list.
Implements
ITypedListGetListName(PropertyDescriptor)
RemarksCreates a dummy instance of the entity type in the related entitycollection and returns "LLBLGenProEntityName" + "Collection"
See Also