ConnectionManager.HasExpressions Property

Definition

Gets a value that indicates whether the connection manager has properties set through expressions.

public:
 property bool HasExpressions { bool get(); };
public bool HasExpressions { get; }
member this.HasExpressions : bool
Public ReadOnly Property HasExpressions As Boolean

Property Value

true if the connection manager has properties set through expressions; otherwise, false.

Implements

Applies to