ImplementFetchRows: Boolean;
The ImplementFetchRows method returns whether the IDtCustomProvider.FetchRows method is implemented..
Available values:
True. The IDtCustomProvider.FetchRows method is implemented and available for use.
False. The IDtCustomProvider.FetchRows method is not implemented. Use IDtCustomProvider.Fetch.
The method use is given in the example for the IDtUserProviderEx.CustomProvider method.
See also: