Share via


AdoDotNetConnectionProperties.IsComplete Property

Definition

Retrieves a Boolean value indicating whether a given connection string is complete.

public:
 virtual property bool IsComplete { bool get(); };
public override bool IsComplete { get; }
member this.IsComplete : bool
Public Overrides ReadOnly Property IsComplete As Boolean

Property Value

Returns true if the connection string is complete; otherwise returns false.

Applies to