Raven.Abstractions.Data.IndexQuery.IndexQuery C# (CSharp) Method

IndexQuery() public method

Initializes a new instance of the IndexQuery class.
public IndexQuery ( ) : System
return System
		public IndexQuery()
		{
			TotalSize = new Reference<int>();
			SkippedResults = new Reference<int>();
			PageSize = 128;
		}