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.Expressions
Assembly: Microsoft.Data.Edm (in Microsoft.Data.Edm.dll)
Syntax
'Declaration
ReadOnly Property Arguments As IEnumerable(Of IEdmExpression)
Get
'Usage
Dim instance As IEdmApplyExpression
Dim value As IEnumerable(Of IEdmExpression)
value = instance.Arguments
IEnumerable<IEdmExpression> Arguments { get; }
property IEnumerable<IEdmExpression^>^ Arguments {
IEnumerable<IEdmExpression^>^ get ();
}
abstract Arguments : IEnumerable<IEdmExpression>
function get Arguments () : IEnumerable<IEdmExpression>
Property Value
Type: System.Collections.Generic.IEnumerable<IEdmExpression>
The arguments to the function.