Click or drag to resize

DataBuffer Constructor (IBuffer)

Initializes a new instance of the DataBuffer class and copies the data from the specified buffer.

Namespace:  Aloe.SystemFrameworks.Domain.DataAccess
Assembly:  Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntax
public DataBuffer(
	IBuffer buffer
)

Parameters

buffer
Type: Aloe.SystemFrameworks.Domain.DataAccessIBuffer
The buffer from which to copy the data.
See Also