Click or drag to resize

DBConfigurationBaseCheckAddCredential Method

Check or add a credential to the database.

Namespace:  Cadcorp.Configuration.Connectors
Assembly:  Cadcorp.Configuration (in Cadcorp.Configuration.dll) Version: 9.0.2618.0 (9.0.2618.0)
Syntax
public virtual int CheckAddCredential(
	DbConnection connection,
	int layerId,
	string tableName,
	string layerIdColumn,
	string username,
	string password,
	string seed
)

Parameters

connection
Type: System.Data.CommonDbConnection
Database Connection to use
layerId
Type: SystemInt32
Layer ID
tableName
Type: SystemString
Table Name
layerIdColumn
Type: SystemString
Layer ID Column
username
Type: SystemString
User Name
password
Type: SystemString
Password
seed
Type: SystemString
Seed

Return Value

Type: Int32
Credential ID

Implements

IDBConfigWriterCheckAddCredential(DbConnection, Int32, String, String, String, String, String)
See Also