Tortuga.Chain Namespace
Tortuga.Chain.Metadata Namespace

PostgreSqlDataSourceBase..::..GetTableApproximateCount Method (String)

Gets a table's row count.

Namespace:  Tortuga.Chain.PostgreSql
Assembly:  Tortuga.Chain.PostgreSql (in Tortuga.Chain.PostgreSql.dll)

Syntax


public ILink<long> GetTableApproximateCount(
	string tableName
)
Public Function GetTableApproximateCount ( _
	tableName As String _
) As ILink(Of Long)
public:
ILink<long long^>^ GetTableApproximateCount(
	String^ tableName
)

Parameters

tableName
Type: String
Name of the table.