Visual Basic (Declaration) | |
---|---|
Public Overloads Function CreateDbDataParameter( _ ByVal name As String, _ ByVal type As ReliableDbType, _ ByVal subtypeName As String _ ) As IDbDataParameter |
Visual Basic (Usage) | ![]() |
---|---|
Dim instance As SqlDataAccessProvider Dim name As String Dim type As ReliableDbType Dim subtypeName As String Dim value As IDbDataParameter value = instance.CreateDbDataParameter(name, type, subtypeName) |
C# | |
---|---|
public IDbDataParameter CreateDbDataParameter( string name, ReliableDbType type, string subtypeName ) |
C++/CLI | |
---|---|
public: IDbDataParameter^ CreateDbDataParameter( String^ name, ReliableDbType type, String^ subtypeName ) |
Parameters
- name
- type
- subtypeName
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