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.ORMSupportClassesAssembly: SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.0.0.0 (5.0.0)
Syntax [XmlIgnoreAttribute]
[BrowsableAttribute(false)]
string IEntityCore.LLBLGenProEntityName { get; }
<XmlIgnoreAttribute>
<BrowsableAttribute(false)>
Private ReadOnly Property LLBLGenProEntityName As String
Implements IEntityCore.LLBLGenProEntityName
Get
Property Value
Type:
StringImplements
IEntityCoreLLBLGenProEntityNameExamples CustomerEntity
See Also