TableMapping Property (VistaDBRowUpdatedEventArgs)
Syntax
'Declaration Public ReadOnly Property TableMapping As System.Data.Common.DataTableMapping
'Usage Dim instance As VistaDBRowUpdatedEventArgs Dim value As System.Data.Common.DataTableMapping value = instance.TableMapping
public System.Data.Common.DataTableMapping TableMapping {get;}
public read-only property TableMapping: System.Data.Common.DataTableMapping;
public function get TableMapping : System.Data.Common.DataTableMapping
public: __property System.Data.Common.DataTableMapping* get_TableMapping();
public: property System.Data.Common.DataTableMapping^ TableMapping { System.Data.Common.DataTableMapping^ get(); }
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