ColumnProvider.IsCustomProperty 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定值,這個值表示資料行是否是其他不在模型資料內容中的屬性。
public: virtual property bool IsCustomProperty { public:
bool get(); protected:
void set(bool value); };
public virtual bool IsCustomProperty { get; protected set; }
member this.IsCustomProperty : bool with get, set
Public Overridable Property IsCustomProperty As Boolean
屬性值
如果資料行是其他不在模型資料內容中的屬性則為 true
,否則為 false
。
備註
不在資料內容中的資料行通常來自 view 或匯出屬性。 屬性的值 IsCustomProperty 可以用來判斷是否支援排序之類的資料行作業。 例如,資料模型介面的實作為不支援對屬性傳回的 System.Linq.IQueryable 屬性進行排序 true
IsCustomProperty ,因為該資料行不存在於資料庫中。