Click or drag to resize
PortalValidateTables Method
Checks the KampData TaxEngine's Microsoft SQL Server® tables for invalid or missing fields.

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

Parameters

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

Return Value

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