< Back
Get-DbProviderFactory
Post
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
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