QueryCreatedEventArgs 類別
定義
代表 QueryCreated 事件的事件資料。Represents event data for the QueryCreated event.
public ref class QueryCreatedEventArgs : EventArgs
public class QueryCreatedEventArgs : EventArgs
type QueryCreatedEventArgs = class
inherit EventArgs
Public Class QueryCreatedEventArgs
Inherits EventArgs
- 繼承
建構函式
QueryCreatedEventArgs(IQueryable) |
使用 QueryCreatedEventArgs 查詢物件初始化 IQueryable<T> 類別的新執行個體。Initializes a new instance of the QueryCreatedEventArgs class using an IQueryable<T> query object. |
屬性
Query |
取得或設定要用於 IQueryable<T> 類別的 QueryCreatedEventArgs 物件。Gets or sets the IQueryable<T> object to use for the QueryCreatedEventArgs class. |
方法
Equals(Object) |
判斷指定的物件是否等於目前的物件。Determines whether the specified object is equal to the current object. (繼承來源 Object) |
GetHashCode() |
做為預設雜湊函式。Serves as the default hash function. (繼承來源 Object) |
GetType() |
取得目前執行個體的 Type。Gets the Type of the current instance. (繼承來源 Object) |
MemberwiseClone() |
建立目前 Object 的淺層複製。Creates a shallow copy of the current Object. (繼承來源 Object) |
ToString() |
傳回代表目前物件的字串。Returns a string that represents the current object. (繼承來源 Object) |