SqlDataSource.GetDbProviderFactory Method
.NET Framework 3.0
Returns the DbProviderFactory object that is associated with the ADO.NET provider that is identified by the ProviderName property.
Namespace: System.Web.UI.WebControls
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
protected DbProviderFactory GetDbProviderFactory ()
protected function GetDbProviderFactory () : DbProviderFactory
Not applicable.
Return Value
A DbProviderFactory that represents the identified ADO.NET provider; otherwise, and instance of the System.Data.SqlClient, if no provider is set.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.
Community Additions
ADD
Show: