Exago .NET API Documentation
GetFilterString Method
WebReports.Api.Roles Namespace > DataObjectRowCollection Class : GetFilterString Method
 The Entity (Data Object)'s DbName Property to search for in the collection.
Retrieve the filter string of the DataObjectRow in the collection whose DbName Property is provided in the objectName argument.
Syntax
public System.string GetFilterString( 
   System.string objectName
)

Parameters

objectName
 The Entity (Data Object)'s DbName Property to search for in the collection.

Return Value

The filter string associated with the DataObjectRow object requested, or null if no DataObjectRow in the collection references that Data Object.
See Also

Reference

DataObjectRowCollection Class
DataObjectRowCollection Members