Click or drag to resize

IExportSettingsUseDDE Property

Make Commence use DDE calls to retrieve data. WARNING: extremely slow!

Namespace:  Vovin.CmcLibNet.Export
Assembly:  Vovin.CmcLibNet (in Vovin.CmcLibNet.dll) Version: 1.0.7729.42686
Syntax
bool UseDDE { get; set; }

Property Value

Type: Boolean
Remarks
Should only be used as a last resort. Note that Fieldnames cannot contain a comma.

You would use this in case you run into trouble retrieving all items from a connection. This setting will request connected items one by one.

See Also