Click or drag to resize

DataBufferCreateTable Method

Creates a table with the specified name using the metadata provider.

Namespace:  Aloe.SystemFrameworks.Domain.DataAccess
Assembly:  Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntax
public IBufferTable CreateTable(
	string tableName,
	IMetadataProvider metadataProvider = null
)

Parameters

tableName
Type: SystemString
Name of the table.
metadataProvider (Optional)
Type: Aloe.SystemFrameworks.Domain.DataAccessIMetadataProvider
The metadata provider. When null, the default metadata provider is used.

Return Value

Type: IBufferTable
The newly created table.
Exceptions
ExceptionCondition
ArgumentExceptionWhen metadataProvider is null and there is no default provider.
See Also