GetParameterType Method
See Also 
SourceCode.Data Namespace > IDbDataParameterSetup Interface : GetParameterType Method



type
subtype

Glossary Item Box

Syntax

Visual Basic (Declaration)  
Sub GetParameterType( _
   ByRef type As ReliableDbType, _
   ByRef subtype As String _
) 
Visual Basic (Usage) Copy Code
Dim instance As IDbDataParameterSetup
Dim type As ReliableDbType
Dim subtype As String
 
instance.GetParameterType(type, subtype)
C#  
void GetParameterType( 
   out ReliableDbType type,
   out string subtype
)
C++/CLI  
void GetParameterType( 
   [Out] ReliableDbType type,
   [Out] String^ subtype
) 

Parameters

type
subtype

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also