asp.net.ph

SqlCommand.CreateParameter Method

System.Data.SqlClient Namespace   SqlCommand Class


Initializes a new instance of an SqlParameter object.

[ VB ]
Public Function CreateParameter ( ) As SqlParameter

[ C# ]
public SqlParameter CreateParameter ( );

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

[ JScript ]
public function CreateParameter ( ) : SqlParameter;

Return Value

An SqlParameter object.

Remarks

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

See Also

SqlCommand 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