DevForce Help Reference
GetValueRaw(DataEntityProperty,EntityVersion) Method


Low-level access to get a property value without going through the standard property 'get' accessor.
Syntax
'Declaration
 
Public Overloads Overridable Function GetValueRaw( _
   ByVal property As DataEntityProperty, _
   ByVal version As EntityVersion _
) As Object
'Usage
 
Dim instance As EntityAspect
Dim property As DataEntityProperty
Dim version As EntityVersion
Dim value As Object
 
value = instance.GetValueRaw(property, version)
public virtual object GetValueRaw( 
   DataEntityProperty property,
   EntityVersion version
)

Parameters

property
version
Remarks
Note that this operation bypasses all custom interception methods.
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

EntityAspect Class
EntityAspect Members

Send Feedback