共用方式為


LinqDesignerDataSourceView.IsDataContext 屬性

定義

取得值,表示 ContextType 屬性是否包含衍生自 DataContext 的物件。

public:
 property bool IsDataContext { bool get(); };
public bool IsDataContext { get; }
member this.IsDataContext : bool
Public ReadOnly Property IsDataContext As Boolean

屬性值

Boolean

如果 ContextType 屬性中的物件衍生自 DataContext,則為 true,否則為 false

適用於

另請參閱