Click or drag to resize

IDBConfigWriterCheckAddGeognoSISTileServiceLayerLookup Method

Check to see if a GeognoSISTileServiceLayerLookup value exists, if not, add it.

Namespace:  Cadcorp.Configuration.Connectors
Assembly:  Cadcorp.Configuration (in Cadcorp.Configuration.dll) Version: 9.0.2618.0 (9.0.2618.0)
Syntax
int CheckAddGeognoSISTileServiceLayerLookup(
	DbConnection connection,
	int tileServiceLayerId,
	int layerTableLayerId
)

Parameters

connection
Type: System.Data.CommonDbConnection
Database Connection to use
tileServiceLayerId
Type: SystemInt32
Tile Service Layer Id
layerTableLayerId
Type: SystemInt32
Layer Table layer id

Return Value

Type: Int32
Number of Rows Affected.
See Also