AdoDotNetSchemaReader.HasDescriptor Property

Definition

Gets a value indicating whether the data parameter exposes its IVsDataReaderDescriptor implementation.

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 schema reader has the descriptor information; otherwise, false.

Applies to