AddArgument Method
Adds the argument to this function.
Namespace: Microsoft.Data.Edm.Library.Expressions
Assembly: Microsoft.Data.Edm (in Microsoft.Data.Edm.dll)
Syntax
'Declaration
Public Sub AddArgument ( _
argument As IEdmExpression _
)
'Usage
Dim instance As EdmFunctionApplicationExpression
Dim argument As IEdmExpression
instance.AddArgument(argument)
public void AddArgument(
IEdmExpression argument
)
public:
void AddArgument(
IEdmExpression^ argument
)
member AddArgument :
argument:IEdmExpression -> unit
public function AddArgument(
argument : IEdmExpression
)
Parameters
- argument
Type: Microsoft.Data.Edm.Expressions..::..IEdmExpression
The argument being added.