Returns the value of calling SelectRecord(String, Object, Action<(Of <(NameValueCollection>)>)), passing null for the action delegate.

Namespace:  Endeca.Web.Url
Assembly:  Endeca.Web (in Endeca.Web.dll) Version: 2.1.3.0 (2.1.3.622)

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

ExceptionCondition
System..::.ArgumentException if commandID is null or empty, or if oRecord is null or is not a Record instance.

See Also