asp.net.ph

IDbCommand.CreateParameter Method

System.Data Namespace   IDbCommand Class


Initializes a new instance of an IDbDataParameter object.

[ VB ]
Public Function CreateParameter ( ) As IDbDataParameter

[ C# ]
public IDbDataParameter CreateParameter ( );

[ C++ ]
public: IDbDataParameter* CreateParameter ( );

[ JScript ]
public function CreateParameter ( ) : IDbDataParameter;

Return Value

An IDbDataParameter object.

Remarks

When inheriting from IDbCommand, an ADO.NET data provider implements a strongly-typed version of CreateParameter.

See Also

IDbCommand Members Skip Navigation Links




Previous page Back to top Next page

Check out related books at Amazon

© 2025 Reynald Nuñez and asp.net.ph. All rights reserved.

If you have any question, comment or suggestion
about this site, please send us a note