Click or drag to resize
PortalMissingTables Method
This method checks for missing Microsoft SQL Server® tables.

Namespace: KampData.TaxEngine.API
Assembly: KDTaxEngine (in KDTaxEngine.dll) Version: 3.0.5512.25362
Syntax
public string MissingTables(
	int maxInList
)

Parameters

maxInList
Type: SystemInt32
Number to find before aborting. Enter 0 (zero) to return all missing tables.

Return Value

Type: String
List of missing tables. If no tables are missing, an empty string will be returned.
See Also