The data provider used for the connection

Namespace:  DbNetLink.Data
Assembly:  DbNetLink.DbNetData (in DbNetLink.DbNetData.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public DataProvider Provider { get; }
Visual Basic (Declaration)
Public ReadOnly Property Provider As DataProvider
Visual C++
public:
property DataProvider Provider {
	DataProvider get ();
}

Remarks

Property is read-only. To assign the provider type it must be passed as a parameter to the constructor

See Also