Skip to content

Setting Parameters to null returns null object in QueryDynamic #2

@tjscience

Description

@tjscience

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
});

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions