Table of Contents

Property Where

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

Where

Gets or sets the where expression.

public Expression<Func<T, bool>> Where { get; set; }

Property Value

Expression<Func<T, bool>>