Sql.ColumnParamsWhere method

Returns a comma-delimited list of arbitrarily-named parameters for the column values of the specified DTO for the properties whose names match the specified filter.

public static Sql ColumnParamsWhere(object dto, Func<string, bool> filter)

See Also