If you set the Parameters property to null in a QueryDynamic call, a null object is returned. example: ``` Sql.Data.Store.Query<T>(new Sql.Command { Connection = database, Query = query, Parameters = null }); ```