DataSource for Entity Framework for WinForms
Value プロパティ (FilterDescriptor)

C1.Data.Entity.4.5.2 アセンブリ > C1.Data.DataSource 名前空間 > FilterDescriptor クラス : Value プロパティ
右オペランドの値を取得または設定します。
シンタックス
'宣言
 
Public Property Value As System.Object
public System.object Value {get; set;}
解説
これは、 ClientViewSourceがロードクエリーのフィルタを作成するために使用します。 次のパターンに従って適用されます。 [Entity].[PropertyPath] [Operator] [Value]たとえば、クエリーは次のようになります。 Customer.Name == "CurrentCustomerName"
参照

FilterDescriptor クラス
FilterDescriptor メンバ