Skip to main content
A newer version of this page is available. .

IResultSchemaProvider Interface

If implemented, enables you to obtain and customize a data source schema.

Namespace: DevExpress.DataAccess.Sql

Assembly: DevExpress.DataAccess.v19.2.dll

Declaration

public interface IResultSchemaProvider

Remarks

An object implementing the IResultSchemaProvider interface is accepted as a parameter by constructors of the following classes.

See Also