Returns the first row found with the sourceName specified
Namespace: Ico.AwxAssembly: AwxViewControl (in AwxViewControl.dll) Version: 10.97.212.0 (10.97.212.00)
Syntax
C# |
---|
public DataRowList GetRowsBySourceName(
string sourceName
) |
Visual Basic |
---|
Public Function GetRowsBySourceName ( _
sourceName As String _
) As DataRowList |
JScript |
---|
public function GetRowsBySourceName(
sourceName : String
) : DataRowList |
Parameters
- sourceName
- Type: System..::..String
The source name, which is the BrowsePath of the EventPoint that generated the alarm
Return Value
The list of rows found
See Also