Click or drag to resize
FdoProviderConnection Property
Gets instantiated IConnection interface object enabling implemented feature provider opening and closing an unique session with a data store.

Namespace: FDF.Common.Providers
Assembly: FDF.Common (in FDF.Common.dll) Version: 3.0.0.0
Syntax
public IConnection Connection { get; set; }

Property Value

Type: IConnection
See Also