| Visual Basic (Declaration) | |
|---|---|
Public Shared Function ConvertToVarType( _ ByVal type As DbType _ ) As TemplateVariable.VAR_TYPE  | |
| Visual Basic (Usage) |  Copy Code | 
|---|---|
Dim type As DbType Dim value As TemplateVariable.VAR_TYPE value = TemplateVariable.ConvertToVarType(type)  | |
| C# | |
|---|---|
public static TemplateVariable.VAR_TYPE ConvertToVarType( DbType type )  | |
| Managed Extensions for C++ | |
|---|---|
public: static TemplateVariable.VAR_TYPE ConvertToVarType( DbType type )  | |
| C++/CLI | |
|---|---|
public: static TemplateVariable.VAR_TYPE ConvertToVarType( DbType type )  | |
Parameters
- type
 - DbType to convert.
 
Return Value
Equivalent VAR_TYPE.Requirements
Platforms: Windows 10, Windows NT, Windows Server