←Select platform

Count Property

Summary

Gets the number of rows in the table.

Syntax

C#
VB
C++
[DebuggerNonUserCodeAttribute()] 
public int Count { get; } 
<DebuggerNonUserCodeAttribute()>  
Public ReadOnly Property Count() As Integer 
   Get 
public:  
   [DebuggerNonUserCodeAttribute] 
   property int Count 
   { 
      int get() 
   } 

Property Value

The number of rows in the table.

Remarks

Returns the number of rows.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Caching Assembly