Click or drag to resize

IBufferItem Property

Gets the IBufferTable 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
IBufferTable this[
	string tableName
] { get; }

Parameters

tableName
Type: SystemString
Name of the table.

Property Value

Type: IBufferTable
The IBufferTable.

Return Value

Type: IBufferTable
See Also