LinqDataSource.IDynamicDataSource.ContextType Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
For a description of this member, see IDynamicDataSource.
property Type ^ System::Web::DynamicData::IDynamicDataSource::ContextType { Type ^ get(); void set(Type ^ value); };
Type System.Web.DynamicData.IDynamicDataSource.ContextType { get; set; }
member this.System.Web.DynamicData.IDynamicDataSource.ContextType : Type with get, set
Property ContextType As Type Implements IDynamicDataSource.ContextType
Property Value
The type that is associated with the class.
Implements
Remarks
This member is an explicit interface member implementation. It can be used only when the LinqDataSource instance is cast to an IDynamicDataSource interface.
Applies to
Werk met ons samen op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en bekijken. Raadpleeg onze gids voor inzenders voor meer informatie.