Click or drag to resize

DataBufferItem Property

Gets the MemoryBufferTable with the specified table name.

Namespace:  Aloe.SystemFrameworks.Domain.DataAccess
Assembly:  Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntax
public virtual IBufferTable this[
	string tableName
] { get; }

Parameters

tableName
Type: SystemString
Name of the table.

Property Value

Type: IBufferTable
The MemoryBufferTable.

Return Value

Type: IBufferTable

Implements

IBufferItemString
See Also