ViewResultTTotalRows Property |
The total number of rows.
Namespace: Couchbase.ViewsAssembly: Couchbase (in Couchbase.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic uint TotalRows { get; }
Public ReadOnly Property TotalRows As UInteger
Get
public:
virtual property unsigned int TotalRows {
unsigned int get () sealed;
}
abstract TotalRows : uint32 with get
override TotalRows : uint32 with get
Property Value
Type:
UInt32Implements
IViewResultTTotalRows
See Also