Click or drag to resize
SessionLoginCollectionAdd Method DataPA OpenAnalytics
DataPA OpenAnalytics API Reference
Adds a SessionLogin object to the collection

Namespace: DataPA.Utils.QueryEngine
Assembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public void Add(
	SessionLogin session
)

Parameters

session
Type: DataPA.Utils.QueryEngineSessionLogin
The SessionLogin object to remove from the collection
See Also