Saved Bookmarks
| 1. |
What Is The Use Of Sqlparameter.direction Property? |
|
Answer» SqlParameter.Direction Property is USED to specify the Sql Parameter type - input-only, output-only, bidirectional, or a STORED PROCEDURE return value parameter. The DEFAULT is Input. SqlParameter.Direction Property is used to specify the Sql Parameter type - input-only, output-only, bidirectional, or a stored procedure return value parameter. The default is Input. |
|