asp.net.ph

ParameterDirection Enumeration

System.Data Namespace


Specifies the type of a parameter within a query relative to the DataSet.

Members


Member Name Description
Input The parameter is an input parameter.
InputOutput The parameter is capable of both input and output.
Output The parameter is an output parameter.
ReturnValue The parameter represents a return value from an operation such as a stored procedure, built-in function, or user-defined function.

Remarks

The ParameterDirection values are used by the parameter direction properties of OleDbParameter and SqlParameter.

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