asp.net.ph

OleDbCommand.CreateParameter Method

System.Data.OleDb Namespace   OleDbCommand Class


Initializes a new instance of an OleDbParameter object.

[ VB ]
Public Function CreateParameter ( ) As OleDbParameter

[ C# ]
public OleDbParameter CreateParameter ( );

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

[ JScript ]
public function CreateParameter ( ) : OleDbParameter;

Return Value

An OleDbParameter object.

Remarks

The CreateParameter method is a strongly-typed version of CreateParameter.

See Also

OleDbCommand 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