Syntax
| Visual Basic (Declaration) |   | 
|---|
<IKVM.Attributes.ThrowsAttribute(System.String[])>
Function getQueryMode( _
   ByVal str As String, _
   ByVal bt As BaseTag _
) As Integer  | 
 
| Visual Basic (Usage) |  Copy Code | 
|---|
Dim instance As IDataSourceMetaData
Dim str As String
Dim bt As BaseTag
Dim value As Integer
 
value = instance.getQueryMode(str, bt)  | 
 
| C# |   | 
|---|
[IKVM.Attributes.Throws(System.String[])]
int getQueryMode( 
   string str,
   BaseTag bt
)  | 
 
| Managed Extensions for C++ |   | 
|---|
[IKVM.Attributes.Throws(System.String[])]
int getQueryMode( 
   string* str,
   BaseTag* bt
)   | 
 
| C++/CLI |   | 
|---|
[IKVM.Attributes.Throws(System.String[])]
int getQueryMode( 
   String^ str,
   BaseTag^ bt
)   | 
 
            Parameters
- str
 
- bt
 
            
             
            
						
            
            
            
            
            
            
            Requirements
Platforms: Windows 10, Windows NT, Windows Server
            
            
See Also