ConnectionStringParserTParameterAttributeIIgnorableParameter Interface

Interface for connection string parameters that should be ignored when parsing.

Definition

Namespace: Gemstone.Configuration
Assembly: Gemstone.Configuration (in Gemstone.Configuration.dll) Version: 1.0.171 -- Release Build+9acafc9a30af2f20fb3b5ba39c0c59b25e414d41
public interface IIgnorableParameter

Properties

IgnoreWhenParsing Gets a value that determines whether the connection string parameter should be ignored by the ConnectionStringParserTParameterAttribute.

See Also