Skip to content

Get-AdoDataProvider

SYNOPSIS

PSCX Cmdlet: List all registered ADO.NET Data Providers on the current machine.

SYNTAX

Get-AdoDataProvider [[-Name] <String>] [<CommonParameters>]

DESCRIPTION

List all registered ADO.NET Data Providers on the current machine.

EXAMPLES

EXAMPLE 1

PS C:\>


PARAMETERS

-Name

The name of the ADO provider you wish to retrieve. Wildcards * and ? are accepted.

Type: System.String
Parameter Sets: (All)
Aliases:

Required: False
Position: 1
Default value: None
Accept pipeline input: True (ByValue)
Accept wildcard characters: False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

INPUTS

OUTPUTS

NOTES

Back to top