AdoDotNetSchemaReader.ItemCount Property

Gets an integer value specifying the number of data items contained in the current AdoDotNetSchemaReader instance.

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

Syntax

Public Overrides ReadOnly Property ItemCount As Integer

Dim instance As AdoDotNetSchemaReader
Dim value As Integer

value = instance.ItemCount
public override int ItemCount { get; }
public:
virtual property int ItemCount {
    int get () override;
}
public override function get ItemCount () : int

Property Value

Type: System.Int32

An integer specifying data items in the current AdoDotNetSchemaReader instance.

Implements

IVsDataReaderDescriptor.ItemCount

Permissions

See Also

Reference

AdoDotNetSchemaReader Class

AdoDotNetSchemaReader Members

Microsoft.VisualStudio.Data.Framework.AdoDotNet Namespace