Navigation: Code Documentation > IEDB > DBInferenceEngine > Classes
TDBIEDataConnections Class
Represents type TDBIEDataConnections.
Namespace: DBInferenceEngine
TCollection DBInferenceEngine.TDBIEDataConnections
Delphi
type TDBIEDataConnections = class(TCollection) end;
Name
Description
Create(TDBInferenceEngine,TDBIEDataConnectionClass)
Initializes a new instance of the TDBIEDataConnections class.
Top
Engine
Represents property Engine.
Items[Integer]
Represents property Items[Integer].
NewIndex
Represents property NewIndex.
Add
Represents method Add.
BinaryToText
Represents method BinaryToText.
FindDataSource(TDataSource)
Represents method FindDataSource(TDataSource).
FindFactOrId(IFact)
Represents method FindFactOrId(IFact).
GetEnumerator
Represents method GetEnumerator.
GetOwner
Represents method GetOwner.
GetUniqueName(TIEName)
Represents method GetUniqueName(TIEName).
IndexOf(IFact)
Overloaded. Represents method IndexOf(IFact).
IndexOf(String)
Overloaded. Represents method IndexOf(String).
LoadFromFile(string)
Represents method LoadFromFile(string).
LoadFromStream(TStream)
Represents method LoadFromStream(TStream).
SaveToFile(string)
Represents method SaveToFile(string).
SaveToStream(TStream)
Represents method SaveToStream(TStream).
TextToBinary(String)
Represents method TextToBinary(String).
Update(TCollectionItem)
Represents method Update(TCollectionItem).
•DBInferenceEngine