IGroupingGetter<TModel>.Value Property
.NET Standard 2.x
When IsGroup
is false
, gets a row of data.
Namespace: DWNet.Data
Assembly: DWNet.Data.dll
Syntax
TModel Value { get; }
Return
TModel
When IsGroup
is false
, the value of the model object which represents the data of a row.
Applies to
.NET Standard
2.x