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