Click or drag to resize
FdoProviderOpenConnection Method
Opens (establishes) a connection to implemented FDO data store by means of IConnection connection object instance. Returns True if connection was established successfully, otherwise False. Once being established, connection needs to be closed via DisposeConnection.

Namespace: FDF.Common.Providers
Assembly: FDF.Common (in FDF.Common.dll) Version: 3.0.0.0
Syntax
public bool OpenConnection(
	ref FdfResultCollection results = null
)

Parameters

results (Optional)
Type: FDF.Common.RuntimeFdfResultCollection

Return Value

Type: Boolean
True if connection was established successfully, otherwise False.
Remarks