< Back

Get-DbProviderFactory

Tue Jan 14, 2020 1:25 am

NAME Get-DbProviderFactory



SYNOPSIS

Gets database provider factories defined in the ConfigurationManager.





SYNTAX

Get-DbProviderFactory [[-ProviderName] <string>] [<CommonParameters>]





DESCRIPTION

The Get-DbProviderFactory cmdlet gets database provider factories defined in the ConfigurationManager.



If the -ProviderName parameter is not specified, it returns all database provider factories.





PARAMETERS

-ProviderName <string>

A database provider name.



Required? false

Position? 0

Default value

Accept pipeline input? false

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).



INPUTS



OUTPUTS

System.Data.DataTable







RELATED LINKS