The QueryConfig type exposes the following methods.

Methods

 Public

 Protected
 Instance

 Static
 Declared

 Inherited
 XNA Framework Only

 .NET Compact Framework Only

 MemberDescription
CreateQueryConfig(String)
Create a QueryConfig with the given query table. The resulting QueryString will be 'select * from <table>' and the query will be a simple snapshot.
CreateQueryConfig(IList<(Of <<'(String>)>>), String, String, Int32, QueryConfig..::..QueryTypes)
Create a QueryConfig with field expressions, table, predicate, and row limit. The resulting QueryString will be 'select fieldexpr, fieldexpr... from <table> where <predicate> limit <limit>'
Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the Type of the current instance.
(Inherited from Object.)
SetTopN(OrderDefinition, Int32)
Return only the top N results according to the order definition. A continuous query will remove a row when it has added a new row to keep the total result set no larger than N.
ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)

See Also