Skip to content

ResultSetOptions class

Represents some options used on fetching data and result set filling.

public class Korzh.EasyQuery.Services.ResultSetOptions

Package: Korzh.EasyQuery (targets: netstandard2.0)

Assembly: Korzh.EasyQuery.dll

NameTypeDescription
ResultSetOptions()void
NameTypeDescription
AfterColumnsAddedActionGets or sets the callback function that is called after the column list is filled (so befor adding the first row)
BeforeAddColumnFunc<EasyDataCol, bool>Gets or sets the callback function that is called before adding a column to the result set.
BeforeAddRowFunc<EasyDataRow, IReadOnlyList<EasyDataCol>, bool>Gets or sets the callback function that is called before adding a row to the result set.
RowNumberColumnNamestringGets or sets the name of the column that holds the number of rows in the result set.
UseTimezoneOffsetboolGets or sets value indicating wether timezone offset from query should be applied to the result