Dotnet-Project Framework documentation.

GenericDataHelper.GetSpParameterSet Method (String)

Retrieves stored procedure parameters.

public static IDataParameter[] GetSpParameterSet(
   string spName
);

Parameters

spName
The stored procedure to which the Parameter array relates.

Return Value

Parameters of the stored procedure.

Remarks

See Also

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