DataConnectionDialogFilterCallback Delegate
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.
Represents the method that is called when filtering data sources and providers in the data connection dialog.
public delegate bool DataConnectionDialogFilterCallback(Guid source, Guid provider);
public delegate bool DataConnectionDialogFilterCallback(Guid source, Guid provider);
type DataConnectionDialogFilterCallback = delegate of Guid * Guid -> bool
Public Delegate Function DataConnectionDialogFilterCallback(source As Guid, provider As Guid) As Boolean
Parameters
- source
- Guid
The GUID of the data source.
- provider
- Guid
The GUID of the data provider.
Return Value
true if the data provider is available for the data source; false if the data provider is not available and should be filtered out for the data source.