| Visual Basic (Declaration) | |
|---|---|
Public Function New( _ ByVal jsonConnectionString As String, _ ByVal mode As JsonDataSourceImpl.MODE _ ) | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim jsonConnectionString As String Dim mode As JsonDataSourceImpl.MODE Dim instance As New JsonDataSourceImpl(jsonConnectionString, mode) | |
| C# | |
|---|---|
public JsonDataSourceImpl( string jsonConnectionString, JsonDataSourceImpl.MODE mode ) | |
| Managed Extensions for C++ | |
|---|---|
public: JsonDataSourceImpl( string* jsonConnectionString, JsonDataSourceImpl.MODE mode ) | |
| C++/CLI | |
|---|---|
public: JsonDataSourceImpl( String^ jsonConnectionString, JsonDataSourceImpl.MODE mode ) | |
Parameters
- jsonConnectionString
- Connection string to read the JSON file.
- mode
- The mode for the passed in string.
Requirements
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP, Windows Vista, Windows Server 2003 family