Name | Description | |
---|---|---|
DataObjectRowCollection Constructor | Do not instantiate this class, instead access it via the DataObjectRows Property of the Role's Security object. |
The following tables list the members exposed by DataObjectRowCollection.
Name | Description | |
---|---|---|
DataObjectRowCollection Constructor | Do not instantiate this class, instead access it via the DataObjectRows Property of the Role's Security object. |
Name | Description | |
---|---|---|
GetDataObjectRow | 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. | |
GetDataObjectRowByEntityId | Retrieve a DataObjectRow object from the collection, if one exists, with the provided entityId. | |
GetFilterString | Retrieve the filter string of the DataObjectRow in the collection whose DbName Property is provided in the objectName argument. | |
NewDataObjectRow | Create a new DataObjectRow object with the default constructor and add it to the DataObjectRowCollection. The ObjectName and FilterString properties of the new DataObjectRow object should be set immediately to make the object meaningful. |