DMFDataSource::find Method
Finds the specified record in the DMFDataSource table.
Syntax
client server public static DMFDataSource find(DMFSourceName _name, [boolean _forUpdate])
Run On
Called
Parameters
- _name
Type: DMFSourceName Extended Data Type
The name of the DMFDataSource record to find.
- _forUpdate
Type: boolean
A Boolean value that indicates whether to read the record for update; optional.
Return Value
Type: DMFDataSource Table
A record in the DMFDataSource table; otherwise, an empty record.