Skip to main content

IResultSchemaProvider Members

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

Methods

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, IEnumerable<IParameter>) Returns the result schema corresponding to a specified stored procedure.
See Also