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