Click or drag to resize

WrappedQueryLimit Method

[Missing <summary> documentation for "M:VelocityGraph.Frontenac.Blueprints.Util.Wrappers.WrappedQuery.Limit(System.Int64)"]

Namespace:  VelocityGraph.Frontenac.Blueprints.Util.Wrappers
Assembly:  VelocityGraph (in VelocityGraph.dll) Version: 11.1.0.0 (11.1)
Syntax
public IQuery Limit(
	long max
)

Parameters

max
Type: SystemInt64

[Missing <param name="max"/> documentation for "M:VelocityGraph.Frontenac.Blueprints.Util.Wrappers.WrappedQuery.Limit(System.Int64)"]

Return Value

Type: IQuery

[Missing <returns> documentation for "M:VelocityGraph.Frontenac.Blueprints.Util.Wrappers.WrappedQuery.Limit(System.Int64)"]

Implements

IQueryLimit(Int64)
See Also