Exago .NET API Documentation
GetDataObjectRow Method
WebReports.Api.Roles Namespace > DataObjectRowCollection Class : GetDataObjectRow Method
The DbName Property of the Entity (Data Object) to look for in the collection.
Retrieve a DataObjectRow object from the collection, if one exists, with the provided objectName. To retrieve a DataObjectRow by its Data Object's ID, use the GetDataObjectRowByEntityId Method instead.
Syntax
public DataObjectRow GetDataObjectRow( 
   System.string objectName
)

Parameters

objectName
The DbName Property of the Entity (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