IFieldDatabaseProvider

IFieldDatabaseProvider interface

Implement this interface to provide data for the FieldDatabase field when it’s updated.

public interface IFieldDatabaseProvider

Methods

NameDescription
GetQueryResult(string, string, string, FieldDatabase)Returns query result.

See Also