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