SearchExpression.SearchType 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定 SearchType 值,這個值會判斷要針對字串何處進行搜尋。
public:
property System::Web::UI::WebControls::Expressions::SearchType SearchType { System::Web::UI::WebControls::Expressions::SearchType get(); void set(System::Web::UI::WebControls::Expressions::SearchType value); };
public System.Web.UI.WebControls.Expressions.SearchType SearchType { get; set; }
member this.SearchType : System.Web.UI.WebControls.Expressions.SearchType with get, set
Public Property SearchType As SearchType
屬性值
要執行的搜尋類型。
備註
SearchType屬性使用 SearchType 列舉,其中包含要在類別的實例中使用的搜尋類型 SearchExpression 。
下表列出可能的列舉值。
列舉型別 | 描述 |
---|---|
StartsWith | 表示從欄位的任何位置開始搜尋。 |
Contains | 表示從欄位開頭開始的搜尋。 |
EndsWith | 表示在欄位結尾的搜尋。 |