SqlDataSource.GetDbProviderFactory Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the DbProviderFactory object that is associated with the ADO.NET provider that is identified by the ProviderName property.
protected:
virtual System::Data::Common::DbProviderFactory ^ GetDbProviderFactory();
protected virtual System.Data.Common.DbProviderFactory GetDbProviderFactory ();
abstract member GetDbProviderFactory : unit -> System.Data.Common.DbProviderFactory
override this.GetDbProviderFactory : unit -> System.Data.Common.DbProviderFactory
Protected Overridable Function GetDbProviderFactory () As DbProviderFactory
Returns
A DbProviderFactory that represents the identified ADO.NET provider; otherwise, and instance of the System.Data.SqlClient, if no provider is set.
Remarks
The DbProviderFactory property is used by the SqlDataSource control to create the correct ADO.NET connection, command, and parameter objects when interacting with a database.