Obsolete
Details
Details
Assignee
Unassigned
UnassignedReporter
Ted Lum
Ted LumComponents
Affects versions
Priority
Who's Looking?
Open Who's Looking?
Created March 25, 2011 at 8:35 AM
Updated April 12, 2011 at 3:28 PM
Resolved April 12, 2011 at 3:28 PM
GetLimitString takes nullable parameters for offsetParameterIndex and limitParameterIndex.
When those parameters are null
pagingBuilder.Add("<= ").Add(Parameter.WithIndex(limitParameterIndex.Value));
throws "Nullable object must have a value" exception.