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
Syntaxpublic Func<Expression, Nullable<int>, IBuffer> ReadFunc { get; }
Public ReadOnly Property ReadFunc As Func(Of Expression, Nullable(Of Integer), IBuffer)
Get
public:
property Func<Expression^, Nullable<int>^, IBuffer^>^ ReadFunc {
Func<Expression^, Nullable<int>^, IBuffer^>^ get ();
}
member ReadFunc : Func<Expression, Nullable<int>, IBuffer> with get
Property Value
Type:
FuncExpression,
NullableInt32,
IBuffer
The read function.
See Also