DataProvider Property (ConnectionProperties)
In This Topic
Gets or sets the string defining the type of the data source (for example “SQL”, “OLEDB”, “OLEDB-MD”). This is the name of a registered data provider.
Syntax
'Declaration
Public Property DataProvider As String
public string DataProvider {get; set;}
See Also