  | QueryJsonConverterCreate Method  | 
 
            Creates query from json object
            
 
    Namespace: 
   Dynamicweb.Indexing.Querying
    Assembly:
   Dynamicweb.Indexing (in Dynamicweb.Indexing.dll) Version: 5.0.2
Syntaxprotected IQuery Create(
	Type objectType,
	JObject jObject
)
Protected Function Create ( 
	objectType As Type,
	jObject As JObject
) As IQuery
Parameters
- objectType
 - Type: SystemType
Type of object - jObject
 - Type: JObject
Json object as base for query 
Return Value
Type: 
IQueryQuery instance
See Also