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




Home
Suggested Reading


Previous page Back to top Next page

© 2000-2010 Rey Nuñez All rights reserved.

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

You can help support asp.net.ph