Visual Basic (Declaration) | |
---|---|
Public Function New( _ ByVal records As java.util.List, _ ByVal query As String, _ ByVal tagType As String _ ) |
Visual Basic (Usage) | Copy Code |
---|---|
Dim records As java.util.List Dim query As String Dim tagType As String Dim instance As New JsonResultSetDotNet(records, query, tagType) |
Managed Extensions for C++ | |
---|---|
public: JsonResultSetDotNet( java.util.List* records, string* query, string* tagType ) |
Parameters
- records
- records The set of objects. Each record is a pair of an actual JSON object and its path in the data source.
- query
- The query that returned the set of objects.
- tagType
- The tag type.
Requirements
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP, Windows Vista, Windows Server 2003 family