EntityAction.Parameters Property

[WCF RIA Services Version 1 Service Pack 2 is compatible with either .NET framework 4 or .NET Framework 4.5, and with either Silverlight 4 or Silverlight 5.]

Gets the parameters to pass to the entity action.

Namespace:  System.ServiceModel.DomainServices.Client
Assembly:  System.ServiceModel.DomainServices.Client (in System.ServiceModel.DomainServices.Client.dll)

Syntax

'Declaration
Public ReadOnly Property Parameters As IEnumerable(Of Object)
    Get
'Usage
Dim instance As EntityAction
Dim value As IEnumerable(Of Object)

value = instance.Parameters
public IEnumerable<Object> Parameters { get; }
public:
property IEnumerable<Object^>^ Parameters {
    IEnumerable<Object^>^ get ();
}
member Parameters : IEnumerable<Object>
function get Parameters () : IEnumerable<Object>

Property Value

Type: System.Collections.Generic.IEnumerable<Object>
A collection that represents the parameters to pass to the entity action.

See Also

Reference

EntityAction Class

System.ServiceModel.DomainServices.Client Namespace