Namespace: MonoSoftware.LLBLGen
Assembly: MonoSoftware.LLBLGen (in MonoSoftware.LLBLGen.dll) Version: 1.0.40.661 (1.0.40.661)

Syntax

C#
public RelationPredicateBucket FilterExpression { get; set; }
Visual Basic
Public Property FilterExpression As RelationPredicateBucket
	Get
	Set
Visual C++
public:
property RelationPredicateBucket^ FilterExpression {
	RelationPredicateBucket^ get ();
	void set (RelationPredicateBucket^ value);
}
F#
member FilterExpression : RelationPredicateBucket with get, set

Property Value

Type: RelationPredicateBucket

See Also