DwRetrieveEventArgs.IsResetBuffer Property
.NET Standard 2.x
Gets or sets a bool
value that indicates whether to reset the primary buffer before the retrieval. It can be used in the IDataStore.RetrieveStart event.
Namespace: DWNet.Data
Assembly: DWNet.Data.dll
Syntax
public bool IsResetBuffer { get; set; }
Property Value
System.Boolean
A bool
value that indicates whether to reset the primary buffer.
Default is false
.
Applies to
.NET Standard
2.x