Click or drag to resize

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
)

Parameters

db
Type: NetQuarryIDatabase
The database whose schema is of interest.

Return Value

Type: FilterSchema
The relevant schema object.
See Also