IdeaBlade DevForce 2010 Help Reference
GetValueRaw(DataEntityProperty,EntityVersion) Method
See Also  Send Feedback
IdeaBlade.EntityModel Assembly > IdeaBlade.EntityModel Namespace > EntityAspect Class : GetValueRaw(DataEntityProperty,EntityVersion) Method



property
version
Low-level access to get a property value without going through the standard property 'get' accessor.

Syntax

Visual Basic (Declaration) 
Public Overloads Overridable Function GetValueRaw( _
   ByVal property As DataEntityProperty, _
   ByVal version As EntityVersion _
) As Object
Visual Basic (Usage)Copy Code
Dim instance As EntityAspect
Dim property As DataEntityProperty
Dim version As EntityVersion
Dim value As Object
 
value = instance.GetValueRaw(property, version)
C# 
public virtual object GetValueRaw( 
   DataEntityProperty property,
   EntityVersion version
)
C++/CLI 
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 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2013 All Rights Reserved.