MemoryBufferNewTable 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
Syntaxpublic override IBufferTable NewTable(
string tableName
)
Public Overrides Function NewTable (
tableName As String
) As IBufferTable
public:
virtual IBufferTable^ NewTable(
String^ tableName
) override
abstract NewTable :
tableName : string -> IBufferTable
override NewTable :
tableName : string -> IBufferTable
Parameters
- tableName
- Type: SystemString
Name of the table.
Return Value
Type:
IBufferTableThe newly created table.
Implements
IBufferNewTable(String)
See Also