Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Override. Retrieves an integer value specifying the number of data items contained in the current DataTableReader instance.
Namespace: Microsoft.VisualStudio.Data.AdoDotNet
Assembly: Microsoft.VisualStudio.Data (in Microsoft.VisualStudio.Data.dll)
Syntax
'Declaration
Public Overrides ReadOnly Property ItemCount As Integer
'Usage
Dim instance As AdoDotNetDataTableReader
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
Returns an integer specifying data items in the current DataTableReader instance.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
AdoDotNetDataTableReader Class