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)
Syntaxint CheckAddGeognoSISTileServiceLayerLookup(
	DbConnection connection,
	int tileServiceLayerId,
	int layerTableLayerId
)
Function CheckAddGeognoSISTileServiceLayerLookup ( 
	connection As DbConnection,
	tileServiceLayerId As Integer,
	layerTableLayerId As Integer
) As Integer
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: 
Int32Number of Rows Affected.
See Also