EdmApplyExpression.Arguments Property

Gets the arguments to the function.

Namespace:  Microsoft.Data.Edm.Library.Expressions
Assembly:  Microsoft.Data.Edm (in Microsoft.Data.Edm.dll)

Syntax

'Declaration
Public ReadOnly Property Arguments As IEnumerable(Of IEdmExpression)
    Get
'Usage
Dim instance As EdmApplyExpression 
Dim value As IEnumerable(Of IEdmExpression)

value = instance.Arguments
public IEnumerable<IEdmExpression> Arguments { get; }
public:
virtual property IEnumerable<IEdmExpression^>^ Arguments {
    IEnumerable<IEdmExpression^>^ get () sealed;
}
abstract Arguments : IEnumerable<IEdmExpression>
override Arguments : IEnumerable<IEdmExpression>
final function get Arguments () : IEnumerable<IEdmExpression>

Property Value

Type: System.Collections.Generic.IEnumerable<IEdmExpression>
The arguments to the function.

Implements

IEdmApplyExpression.Arguments

See Also

Reference

EdmApplyExpression Class

Microsoft.Data.Edm.Library.Expressions Namespace