SqlTokenToolBox GetTableRowCountSqlQuery Method (String, FilterObj, DataTable, Boolean)A Sandcastle Documented Class Library
Returns a table row count query using GPS encoding check in the where clause.

Namespace: P4s3FilterTools
Assembly: P4s3FilterTools (in P4s3FilterTools.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public static SqlQuery GetTableRowCountSqlQuery(
	string table,
	FilterObj fo,
	DataTable coreTables,
	bool geoCodeOn
)

Parameters

table
Type: System String
fo
Type: P4s3FilterTools FilterObj
coreTables
Type: System.Data DataTable
geoCodeOn
Type: System Boolean

Return Value

Type: SqlQuery
See Also