VectorSearchOptions<TRecord>.Filter Egenskap

Definition

Hämtar eller anger ett sökfilter som ska användas innan vektorsökningen utförs.

public:
 property System::Linq::Expressions::Expression<Func<TRecord, bool> ^> ^ Filter { System::Linq::Expressions::Expression<Func<TRecord, bool> ^> ^ get(); void set(System::Linq::Expressions::Expression<Func<TRecord, bool> ^> ^ value); };
public System.Linq.Expressions.Expression<Func<TRecord,bool>>? Filter { get; set; }
member this.Filter : System.Linq.Expressions.Expression<Func<'Record, bool>> with get, set
Public Property Filter As Expression(Of Func(Of TRecord, Boolean))

Egenskapsvärde

Expression<Func<TRecord,Boolean>>

Gäller för