fieldExpr Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
fieldExpr(ExpressionNodeImplementation) | |
fieldExpr(Common, Int32) | |
fieldExpr(Common, String) |
fieldExpr(ExpressionNodeImplementation)
protected:
fieldExpr(Microsoft::Dynamics::Ax::Xpp::ExpressionNodeImplementation ^ nodeImplementation);
protected fieldExpr (Microsoft.Dynamics.Ax.Xpp.ExpressionNodeImplementation nodeImplementation);
new Microsoft.Dynamics.Ax.Xpp.fieldExpr : Microsoft.Dynamics.Ax.Xpp.ExpressionNodeImplementation -> Microsoft.Dynamics.Ax.Xpp.fieldExpr
Protected Sub New (nodeImplementation As ExpressionNodeImplementation)
Parameters
- nodeImplementation
- ExpressionNodeImplementation
Applies to
fieldExpr(Common, Int32)
public:
fieldExpr(Microsoft::Dynamics::Ax::Xpp::Common ^ table, int fieldNum);
public fieldExpr (Microsoft.Dynamics.Ax.Xpp.Common table, int fieldNum);
new Microsoft.Dynamics.Ax.Xpp.fieldExpr : Microsoft.Dynamics.Ax.Xpp.Common * int -> Microsoft.Dynamics.Ax.Xpp.fieldExpr
Public Sub New (table As Common, fieldNum As Integer)
Parameters
- table
- Common
- fieldNum
- Int32
Applies to
fieldExpr(Common, String)
public:
fieldExpr(Microsoft::Dynamics::Ax::Xpp::Common ^ table, System::String ^ fieldName);
public fieldExpr (Microsoft.Dynamics.Ax.Xpp.Common table, string fieldName);
new Microsoft.Dynamics.Ax.Xpp.fieldExpr : Microsoft.Dynamics.Ax.Xpp.Common * string -> Microsoft.Dynamics.Ax.Xpp.fieldExpr
Public Sub New (table As Common, fieldName As String)
Parameters
- table
- Common
- fieldName
- String