AdoDotNetSchemaReader.HasDescriptor Property

Gets a value indicating whether the data parameter exposes its IVsDataReaderDescriptor implementation through the Descriptor() property.

Namespace:  Microsoft.VisualStudio.Data.Framework.AdoDotNet
Assembly:  Microsoft.VisualStudio.Data.Framework (in Microsoft.VisualStudio.Data.Framework.dll)

Syntax

Protected Overrides ReadOnly Property HasDescriptor As Boolean

Dim value As Boolean

value = Me.HasDescriptor
protected override bool HasDescriptor { get; }
protected:
virtual property bool HasDescriptor {
    bool get () override;
}
protected override function get HasDescriptor () : boolean

Property Value

Type: System.Boolean

true if the schema reader has the descriptor information; otherwise, false.

Remarks

The default implementation returns true. Override to provide a custom implementation.

Permissions

See Also

Reference

AdoDotNetSchemaReader Class

AdoDotNetSchemaReader Members

Microsoft.VisualStudio.Data.Framework.AdoDotNet Namespace