Check whether the given tables/query-spaces are to be executed against
given the currently queued actions.
Namespace: NHibernate.EngineAssembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
| C# |
|---|
public virtual bool AreTablesToBeUpdated( ISet<string> tables ) |
| Visual Basic |
|---|
Public Overridable Function AreTablesToBeUpdated ( _ tables As ISet(Of String) _ ) As Boolean |
| Visual C++ |
|---|
public: virtual bool AreTablesToBeUpdated( ISet<String^>^ tables ) |
Parameters
- tables
- Type: Iesi.Collections.Generic..::..ISet<(Of <(<'String>)>)>
The table/query-spaces to check.