Click or drag to resize

DataBufferMerge Method

Merges the current buffer with the specified buffer.

Namespace:  Aloe.SystemFrameworks.Domain.DataAccess
Assembly:  Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntax
public void Merge(
	IBuffer otherBuffer
)

Parameters

otherBuffer
Type: Aloe.SystemFrameworks.Domain.DataAccessIBuffer
The other buffer.

Implements

IBufferMerge(IBuffer)
See Also