Returns the value of calling SelectRecord(String, Object, Action<(Of <(NameValueCollection>)>)),
passing null for the action delegate.
Namespace:
Endeca.Web.UrlAssembly: Endeca.Web (in Endeca.Web.dll) Version: 2.1.1.0 (2.1.1.620)
Syntax
| C# |
|---|
public string SelectRecord( string commandID, Object oRecord ) |
| Visual Basic (Declaration) |
|---|
Public Function SelectRecord ( _ commandID As String, _ oRecord As Object _ ) As String |
| Visual C++ |
|---|
public: String^ SelectRecord( String^ commandID, Object^ oRecord ) |
Parameters
- commandID
- Type: System..::.String
ID of the RecordDetailsCommand or RecordDetailsDataSource to copy.
- oRecord
- Type: System..::.Object
Record whose identifier should be set on the RecordDetailsCommand.
Exceptions
| Exception | Condition |
|---|---|
| System..::.ArgumentException | if commandID is null or empty, or if oRecord is null or is not a Record instance. |