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