LinqDesignerDataSourceView.IsDataContext Property

Definition

Gets a value that indicates whether the ContextType property contains an object that derives from DataContext.

public bool IsDataContext { get; }

Property Value

true if the object in the ContextType property is derived from DataContext; otherwise, false.

Applies to

제품 버전
.NET Framework 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1

See also