DataModel Property (C1JsonConnectionStringBuilder)
In This Topic
Specifies the data model to use when parsing JSON documents and generating the database metadata.
Syntax
'Declaration
Public Property DataModel As System.String
public System.string DataModel {get; set;}
See Also