| EntityBase Constructor (String) | 
 
            CTor
            
 
    Namespace: 
   SD.LLBLGen.Pro.ORMSupportClasses
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
Syntaxprotected EntityBase(
	string name
)
Protected Sub New ( 
	name As String
)
Parameters
- name
 - Type: SystemString
The full name for this entity, which is important for the DAO to find back persistence info for this entity. 
See Also