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

IResultSchemaProvider Methods

If implemented, enables you to obtain and customize a data source schema.
Name Description
GetCustomSqlSchema(CustomSqlQuery, SqlDataConnection, ConnectionOptions, IEnumerable<IParameter>) Returns the result schema corresponding to a specified custom SQL.
GetSelectQuerySchema(SelectQuery, DBSchema, SqlDataConnection, ConnectionOptions, IEnumerable<IParameter>) Returns the result schema corresponding to a specified SELECT query.
GetStoredProcedureSchema(StoredProcQuery, SqlDataConnection, ConnectionOptions) Returns the result schema corresponding to a specified stored procedure.
See Also