Sdílet prostřednictvím


DataFactoryElement<T>.FromExpression(String) Method

Definition

Creates a new instance of DataFactoryElement<T> using the expression value.

public static Azure.Core.Expressions.DataFactory.DataFactoryElement<T> FromExpression (string expression);
static member FromExpression : string -> Azure.Core.Expressions.DataFactory.DataFactoryElement<'T>
Public Shared Function FromExpression (expression As String) As DataFactoryElement(Of T)

Parameters

expression
String

The expression value.

Returns

Applies to