DevForce Help Reference
EntityAspect Property (IHasPocoEntityAspect)


Returns the EntityAspect providing entity-related operations and properties to the POCO object.
Syntax
'Declaration
 
Property EntityAspect As EntityAspect
'Usage
 
Dim instance As IHasPocoEntityAspect
Dim value As EntityAspect
 
instance.EntityAspect = value
 
value = instance.EntityAspect
EntityAspect EntityAspect {get; set;}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IHasPocoEntityAspect Interface
IHasPocoEntityAspect Members

Send Feedback