Click or drag to resize
SessionLoginCollectionRemove Method DataPA OpenAnalytics
DataPA OpenAnalytics API Reference
Removes a SessionLogin object from the collection

Namespace: DataPA.Utils.QueryEngine
Assembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public void Remove(
	string SystemName,
	string ConnectionName
)

Parameters

SystemName
Type: SystemString
The system name of the SessionLogin object to remove
ConnectionName
Type: SystemString
The connection name of the SessionLogin object to remove
See Also