[]
Gets or sets the list of OLE DB providers available in the data source editor.
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
public string[] OleDbProviders { get; set; }
Type | Description |
---|---|
string[] | An array of string representing the OLE DB providers. |
new[] {"SQLOLEDB.1", "Microsoft.Jet.OLEDB.4.0"},