Contains extension methods for
IBuffer.
Inheritance HierarchySystemObject Aloe.SystemFrameworks.Domain.DataAccessIBufferExtensions
Namespace:
Aloe.SystemFrameworks.Domain.DataAccess
Assembly:
Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntaxpublic static class IBufferExtensions
<ExtensionAttribute>
Public NotInheritable Class IBufferExtensions
[ExtensionAttribute]
public ref class IBufferExtensions abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
[<ExtensionAttribute>]
type IBufferExtensions = class end
The IBufferExtensions type exposes the following members.
Methods
| Name | Description |
---|
  | ProtectCurrentData |
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