Visual Basic (Declaration) | |
---|---|
Public MustOverride Sub UpdateEntity( _ ByVal entity As Object, _ ByVal originalEntity As Object _ ) |
Visual Basic (Usage) | ![]() |
---|---|
Dim instance As EntityServerPocoSaveAdapter Dim entity As Object Dim originalEntity As Object instance.UpdateEntity(entity, originalEntity) |
C# | |
---|---|
public abstract void UpdateEntity( object entity, object originalEntity ) |
C++/CLI | |
---|---|
public: abstract void UpdateEntity( Object^ entity, Object^ originalEntity ) |
Parameters
- entity
- originalEntity
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