PostgreSqlDataSourceBase..::..GetTableApproximateCount Method (PostgreSqlObjectName)
Gets a table's row count.
Namespace:
Tortuga.Chain.PostgreSqlAssembly: Tortuga.Chain.PostgreSql (in Tortuga.Chain.PostgreSql.dll)
Syntax
public ILink<long> GetTableApproximateCount( PostgreSqlObjectName tableName )
Public Function GetTableApproximateCount ( _ tableName As PostgreSqlObjectName _ ) As ILink(Of Long)
public: ILink<long long^>^ GetTableApproximateCount( PostgreSqlObjectName^ tableName )
Parameters
- tableName
- Type: Tortuga.Chain.PostgreSql..::..PostgreSqlObjectName
Name of the table.