Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.