Click or drag to resize

DataBufferNewTable Method

Creates and returns a new table.

Namespace:  Aloe.SystemFrameworks.Domain.DataAccess
Assembly:  Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntax
public abstract IBufferTable NewTable(
	string tableName
)

Parameters

tableName
Type: SystemString
Name of the table.

Return Value

Type: IBufferTable
The newly created table.

Implements

IBufferNewTable(String)
See Also