AdoDotNetDataReader.ItemCount Property

Retrieves the number of items in the current block of data.

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

Syntax

'Declaration
Public Overrides ReadOnly Property ItemCount As Integer
    Get
public override int ItemCount { get; }
public:
virtual property int ItemCount {
    int get () override;
}
abstract ItemCount : int
override ItemCount : int
override function get ItemCount () : int

Property Value

Type: System.Int32
Returns an integer value indicating the number of items in the current block of data.

.NET Framework Security

See Also

Reference

AdoDotNetDataReader Class

Microsoft.VisualStudio.Data.AdoDotNet Namespace