DataSpecifier.Resolver 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.
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.