SqlTokenToolBox GetTableGeoRowCountSql Method (String, FilterObj, DataTable)A Sandcastle Documented Class Library
Returns a geo coded row count query in sql form.

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

public static string GetTableGeoRowCountSql(
	string table,
	FilterObj fo,
	DataTable coreTables
)

Parameters

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

Return Value

Type: String
See Also