I am calling a stored procedure in Sybase ASE, using the "ASEOLEDB.1" provider....The SP takes a single varchar(255) argument, called @PricePreference, which is defaulted to NULL in the SP....I am using Dapper's QueryMultiple method, and passing in a Dyna...