ORMValueTypeMismatchExceptionTargetEntity Property  | 
 
            Gets or sets the target entity of which the fields were about to be set. This property is only set in scenario's with the LLBLGenProDataSource(2) 
            controls.
            
 
    Namespace: 
   SD.LLBLGen.Pro.ORMSupportClasses
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.9.0.0 (5.9.0)
Syntaxpublic IEntityCore TargetEntity { get; set; }Public Property TargetEntity As IEntityCore
	Get
	Set
Property Value
Type: 
IEntityCore
See Also