Click or drag to resize

VirtualObjectQueryTObjectReadFunc Property

Gets the function which, given the input expression, executes it and returns a resulting buffer.

Namespace:  Aloe.SystemFrameworks.Domain.LINQ
Assembly:  Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntax
public Func<Expression, Nullable<int>, IBuffer> ReadFunc { get; }

Property Value

Type: FuncExpression, NullableInt32, IBuffer
The read function.
See Also