Click or drag to resize

DBConfigurationBaseRemoveGeognoSISTileServiceLayerLookup Method

Removes a GeognoSISTileService layer lookup

Namespace:  Cadcorp.Configuration.Connectors
Assembly:  Cadcorp.Configuration (in Cadcorp.Configuration.dll) Version: 9.0.2618.0 (9.0.2618.0)
Syntax
public virtual int RemoveGeognoSISTileServiceLayerLookup(
	DbConnection connection,
	int tileServiceLayerId
)

Parameters

connection
Type: System.Data.CommonDbConnection
Database Connection to use
tileServiceLayerId
Type: SystemInt32
Layer ID

Return Value

Type: Int32
Number of Rows Affected.

Implements

IDBConfigWriterRemoveGeognoSISTileServiceLayerLookup(DbConnection, Int32)
See Also