public static IContextualizedQueryParameterBuilder SetParameter(this IContextualizedQueryParameterBuilder instance, String name, Int32?value)
 {
     return(instance.SetParameterInternal(name, value));
 }