Click or drag to resize
PortalConnection Property
Gets the SQL Server connection object. This object manages your login to SQL Server, and is created with TaxEngine.Login();

Namespace: KampData.TaxEngine.API
Assembly: KDTaxEngine (in KDTaxEngine.dll) Version: 3.0.5512.25362
Syntax
public Connection Connection { get; }

Property Value

Type: Connection
See Also