Click or drag to resize

ObjectQueryTObjectReadToBuffer Method

Executes the query and returns the result in a buffer.

Namespace:  Aloe.SystemFrameworks.Domain.LINQ
Assembly:  Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntax
public abstract IBuffer ReadToBuffer(
	Nullable<int> maxRows = null
)

Parameters

maxRows (Optional)
Type: SystemNullableInt32
The maximum rows to retrieve. Null means to retrieve all rows.

Return Value

Type: IBuffer
Buffer, containing the result of the query execution.
See Also