Click or drag to resize

DataBufferContainsTable 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
public abstract 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.

Implements

IBufferContainsTable(String)
See Also