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
SyntaxIBufferTable NewTable(
string tableName
)
Function NewTable (
tableName As String
) As IBufferTable
IBufferTable^ NewTable(
String^ tableName
)
abstract NewTable :
tableName : string -> IBufferTable
Parameters
- tableName
- Type: SystemString
Name of the table.
Return Value
Type:
IBufferTableThe newly created table.
See Also