SavedFilterGetSchema Method |
Get relevant schema information from cache if already retrieved, else from the database.
Namespace:
NetQuarry
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public static FilterSchema GetSchema(
IDatabase db
)
Public Shared Function GetSchema (
db As IDatabase
) As FilterSchema
Parameters
- db
- Type: NetQuarryIDatabase
The database whose schema is of interest.
Return Value
Type:
FilterSchemaThe relevant schema object.
See Also