Namespace:
Aloe.SystemFrameworks.Domain.DataAccess
Assembly:
Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
SyntaxIBufferTable this[
string tableName
] { get; }
ReadOnly Property Item (
tableName As String
) As IBufferTable
Get
property IBufferTable^ Item[String^ tableName] {
IBufferTable^ get (String^ tableName);
}
abstract Item : IBufferTable with get
Parameters
- tableName
- Type: SystemString
Name of the table.
Property Value
Type:
IBufferTable
The
IBufferTable.
Return Value
Type:
IBufferTable
See Also