Click or drag to resize

DBConfigurationBaseAddUpdateWebServiceConnection Method

Adds or updates an Web Service String.

Namespace:  Cadcorp.Configuration.Connectors
Assembly:  Cadcorp.Configuration (in Cadcorp.Configuration.dll) Version: 9.0.2618.0 (9.0.2618.0)
Syntax
public virtual int AddUpdateWebServiceConnection(
	int connectionStringID,
	string name,
	string connectionString
)

Parameters

connectionStringID
Type: SystemInt32
Connection String ID to update
name
Type: SystemString
Name
connectionString
Type: SystemString
Connection String

Return Value

Type: Int32
Number of rows affected.

Implements

IDBConfigWriterAddUpdateWebServiceConnection(Int32, String, String)
See Also