Returns whether the
IStorageCommandBuilder supports
the query type on the given storage.
Syntax
| Visual Basic (Declaration) | |
|---|
Public Overridable Function IsSupported( _
ByVal storage As IStorage, _
ByVal query As IQuery _
) As Boolean |
| Visual Basic (Usage) | Copy Code |
|---|
Dim instance As SqlCommandBuilderBase
Dim storage As IStorage
Dim query As IQuery
Dim value As Boolean
value = instance.IsSupported(storage, query)
|
Parameters
- storage
- The storage for which the query should be compiled.
- query
- The query that should be compiled to a storage dependent command.
Return Value
True if the query can be parsed by the
IStorageCommandBuilder.
Requirements
Platforms: Windows 2000, Windows XP family, Windows Server 2003 family, Windows Vista family
See Also