Intersoft WebGrid Documentation
AdvancedFilterExpression Property
See Also  Send Feedback
ISNet.WebUI.WebGrid Namespace > WebGridFilter Class : AdvancedFilterExpression Property






Specifies the advanced filter expression that is compatible with ADO.NET expression.

Syntax

Visual Basic (Declaration) 
<NotifyParentPropertyAttribute(True)>
<DefaultValueAttribute()>
<ISNet.Serialization.BinarySerializableAttribute()>
<DescriptionAttribute("Specifies the advanced filter expression that compatible with ADO.NET Expression.")>
<ISNet.Serialization.XmlSerializableAttribute()>
Public Property AdvancedFilterExpression As String
Visual Basic (Usage)Copy Code
Dim instance As WebGridFilter
Dim value As String
 
instance.AdvancedFilterExpression = value
 
value = instance.AdvancedFilterExpression
C# 
[NotifyParentPropertyAttribute(true)]
[DefaultValueAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[DescriptionAttribute("Specifies the advanced filter expression that compatible with ADO.NET Expression.")]
[ISNet.Serialization.XmlSerializableAttribute()]
public string AdvancedFilterExpression {get; set;}
Delphi 
public read-write property AdvancedFilterExpression: String; 
JScript 
NotifyParentPropertyAttribute()
DefaultValueAttribute()
ISNet.Serialization.BinarySerializableAttribute()
DescriptionAttribute("Specifies the advanced filter expression that compatible with ADO.NET Expression.")
ISNet.Serialization.XmlSerializableAttribute()
public function get,set AdvancedFilterExpression : String
Managed Extensions for C++ 
[NotifyParentPropertyAttribute(true)]
[DefaultValueAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[DescriptionAttribute("Specifies the advanced filter expression that compatible with ADO.NET Expression.")]
[ISNet.Serialization.XmlSerializableAttribute()]
public: __property string* get_AdvancedFilterExpression();
public: __property void set_AdvancedFilterExpression( 
   string* value
);
C++/CLI 
[NotifyParentPropertyAttribute(true)]
[DefaultValueAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[DescriptionAttribute("Specifies the advanced filter expression that compatible with ADO.NET Expression.")]
[ISNet.Serialization.XmlSerializableAttribute()]
public:
property String^ AdvancedFilterExpression {
   String^ get();
   void set (    String^ value);
}

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

©2012 Intersoft Solutions Corp. All Rights Reserved.