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