Click or drag to resize

IBufferExtensions Class

Contains extension methods for IBuffer.
Inheritance Hierarchy
SystemObject
  Aloe.SystemFrameworks.Domain.DataAccessIBufferExtensions

Namespace:  Aloe.SystemFrameworks.Domain.DataAccess
Assembly:  Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntax
public static class IBufferExtensions

The IBufferExtensions type exposes the following members.

Methods
  NameDescription
Public methodStatic memberProtectCurrentData
Protects all rows in all tables in the buffer. The protected rows are not refreshed with new values from the data source.
Top
See Also