Exago .NET API Documentation
GetDataObjectRowByEntityId Method
WebReports.Api.Roles Namespace > DataObjectRowCollection Class : GetDataObjectRowByEntityId Method
The Id Property of the Data Object to look for in the collection.
Retrieve a DataObjectRow object from the collection, if one exists, with the provided entityId.
Syntax
public DataObjectRow GetDataObjectRowByEntityId( 
   System.string entityId
)

Parameters

entityId
The Id Property of the Data Object to look for in the collection.

Return Value

A DataObjectRow object representing the filter in the DataObjectRowCollection, or null if one could not be found.
See Also

Reference

DataObjectRowCollection Class
DataObjectRowCollection Members