DataConnectionDialogFilterCallback Delegate

Definition

Represents the method that is called when data sources and providers are being filtered in the data connection dialog box.

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.

Applies to