Click or drag to resize

DatabaseContentTotalTableRowCount Property

The total table row count sum across all database tables. This value may be useful in determining the workflow in processing a database that has a total table(s) row count with a very 'large' number of rows, and a database with a very 'large' number of table rows may require special workflow operations.

Namespace: OpenDiscoverSDK.Interfaces.Content
Assembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2025.4.4.0 (2025.4.4)
Syntax
C#
[DataMemberAttribute]
public long TotalTableRowCount { get; set; }

Property Value

Int64
See Also