Intersoft WebGrid Documentation
UpdateRowIdentity Method
See Also  Send Feedback
ISNet.WebUI.WebGrid Namespace > WebGridTable Class : UpdateRowIdentity Method






dataMember
originalValue
processedValue
Updates and maps new identity of successive row inserts to intermediate objects in the data source. This method is required for traditional and custom object binding.

Syntax

Visual Basic (Declaration) 
Public Sub UpdateRowIdentity( _
   ByVal dataMember As String, _
   ByVal originalValue As Object, _
   ByVal processedValue As Object _
) 
Visual Basic (Usage)Copy Code
Dim instance As WebGridTable
Dim dataMember As String
Dim originalValue As Object
Dim processedValue As Object
 
instance.UpdateRowIdentity(dataMember, originalValue, processedValue)
C# 
public void UpdateRowIdentity( 
   string dataMember,
   object originalValue,
   object processedValue
)
Delphi 
public procedure UpdateRowIdentity( 
    dataMember: String;
    originalValue: TObject;
    processedValue: TObject
); 
JScript 
public function UpdateRowIdentity( 
   dataMember : String,
   originalValue : Object,
   processedValue : Object
);
Managed Extensions for C++ 
public: void UpdateRowIdentity( 
   string* dataMember,
   Object* originalValue,
   Object* processedValue
) 
C++/CLI 
public:
void UpdateRowIdentity( 
   String^ dataMember,
   Object^ originalValue,
   Object^ processedValue
) 

Parameters

dataMember
originalValue
processedValue

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

©2012 Intersoft Solutions Corp. All Rights Reserved.