Visual Basic (Declaration) | |
---|---|
Public Overloads Function ExecuteListDataTable( _ ByVal smartObject As SmartObject, _ ByVal transferRecords As Integer _ ) As DataTable |
Visual Basic (Usage) | ![]() |
---|---|
Dim instance As SmartObjectClientServer Dim smartObject As SmartObject Dim transferRecords As Integer Dim value As DataTable value = instance.ExecuteListDataTable(smartObject, transferRecords) |
C# | |
---|---|
public DataTable ExecuteListDataTable( SmartObject smartObject, int transferRecords ) |
C++/CLI | |
---|---|
public: DataTable^ ExecuteListDataTable( SmartObject^ smartObject, int transferRecords ) |
Parameters
- smartObject
- transferRecords
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