Operation Details
Description: Retrieves all attributes that belong to an evidence record with the specified ID and attribute name.
Sterotype: nsmulti
SQL
SELECT da.attributeID, da.name, da.value, da.evidenceID
INTO :attributeID, :name, :value, :evidenceID
FROM DynamicEvidenceDataAttribute da
WHERE 
da.evidenceID = :evidenceID 
and da.name = :name;