Click or drag to resize

EntityCoreTFieldsIEntityCoreLLBLGenProEntityName Property

Returns the full name for this entity, which is important for the DAO to find back persistence info for this entity.

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.9.0.0 (5.9.0)
Syntax
[BrowsableAttribute(false)]
[XmlIgnoreAttribute]
string IEntityCore.LLBLGenProEntityName { get; }

Property Value

Type: String

Implements

IEntityCoreLLBLGenProEntityName
Examples
CustomerEntity
See Also