Table of Contents

Method Build

Namespace
Innova.Data.Entity.QueryFilterBuilder
Assembly
Innova.Data.dll

Build()

Combine all active expressions, apply expression as query filter and return the target EntityTypeBuilder

EntityTypeBuilder<TEntity> Build()

Returns

EntityTypeBuilder<TEntity>

The same builder instance so that multiple configuration calls can be chained.