Dotnet-Project Framework documentation.

GenericDataHelper.GetSpParameterSet Method (String, Boolean)

Retrieves stored procedure parameters, and optionally includes return value.

public static IDataParameter[] GetSpParameterSet(
   string spName,
   bool includeReturnValueParameter
);

Parameters

spName
The stored procedure to which the Parameter array relates.
includeReturnValueParameter
Boolean flag to determine whether or not the stored procedure’s return value is included in the SqlParameter array.

Return Value

Parameters of the stored procedure.

Remarks

See Also

GenericDataHelper Class | DotnetProject.Data Namespace | GenericDataHelper.GetSpParameterSet Overload List