| SessionLoginCollectionAdd Method |
|
DataPA OpenAnalytics API Reference
Adds a SessionLogin object to the collection
Namespace: DataPA.Utils.QueryEngineAssembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic void Add(
SessionLogin session
)
Public Sub Add (
session As SessionLogin
)
public:
virtual void Add(
SessionLogin^ session
) sealed
Parameters
- session
- Type: DataPA.Utils.QueryEngineSessionLogin
The SessionLogin object to remove from the collection
See Also