DataSpecifier.Resolver Delegate

Definition

Provides a mechanism to dispatch the call for resolving the data specifier to the appropriate method.

public: delegate System::Object ^ DataSpecifier::Resolver(DataSpecifier ^ specifier);
public delegate object DataSpecifier.Resolver(DataSpecifier specifier);
type DataSpecifier.Resolver = delegate of DataSpecifier -> obj
Public Delegate Function DataSpecifier.Resolver(specifier As DataSpecifier) As Object 

Parameters

specifier
DataSpecifier

The DataSpecifier object instance on which this delegate is called.

Return Value

An object representing the method for resolving the data specifier.

Applies to