ClientBaseValidateConnectionString Method

When overridden in a derived class, validates the specified connectionString.

Definition

Namespace: Gemstone.Communication
Assembly: Gemstone.Communication (in Gemstone.Communication.dll) Version: 1.0.180 -- Release Build+08d6912e2ef04b50fea51940e3deb4c59e44fb6b
protected abstract void ValidateConnectionString(
	string connectionString
)

Parameters

connectionString  String
The connection string to be validated.

See Also