Skip to content

2.2.0

Choose a tag to compare

@charlesdevandiere charlesdevandiere released this 25 Jul 15:12
330a214

Added

  • Union support with:
    • IQuery<TSource> AddUnion<TUnionType>(string typeName, Func<IQuery<TUnionType>, IQuery<TUnionType>> build)
    • IQuery<TSource> AddUnion<TUnionType>(Func<IQuery<TUnionType>, IQuery<TUnionType>> build)