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
Syntaxbool ContainsTable(
string tableName
)
Function ContainsTable (
tableName As String
) As Boolean
bool ContainsTable(
String^ tableName
)
abstract ContainsTable :
tableName : string -> bool
Parameters
- tableName
- Type: SystemString
Name of the table.
Return Value
Type:
BooleanTrue if there is table with the specified name.
See Also