AdoDotNetReader.HasDescriptor 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.
Gets a value indicating whether the data parameter exposes its IVsDataReaderDescriptor implementation through the Descriptor property.
protected:
virtual property bool HasDescriptor { bool get(); };
protected override bool HasDescriptor { get; }
member this.HasDescriptor : bool
Protected Overrides ReadOnly Property HasDescriptor As Boolean
Property Value
true if the data parameter has the descriptor information; otherwise, false.