Click or drag to resize

IBufferContainsTable Method

Determines whether the buffer contains table with the specified table name.

Namespace:  Aloe.SystemFrameworks.Domain.DataAccess
Assembly:  Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntax
bool ContainsTable(
	string tableName
)

Parameters

tableName
Type: SystemString
Name of the table.

Return Value

Type: Boolean
True if there is table with the specified name.
See Also