exprNode.isField Method
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
isField() | |
isField(Common) |
isField()
public:
virtual bool isField();
public virtual bool isField ();
abstract member isField : unit -> bool
override this.isField : unit -> bool
Public Overridable Function isField () As Boolean
Returns
Applies to
isField(Common)
public:
virtual bool isField(Microsoft::Dynamics::Ax::Xpp::Common ^ c);
public virtual bool isField (Microsoft.Dynamics.Ax.Xpp.Common c);
abstract member isField : Microsoft.Dynamics.Ax.Xpp.Common -> bool
override this.isField : Microsoft.Dynamics.Ax.Xpp.Common -> bool
Public Overridable Function isField (c As Common) As Boolean
Parameters
- c
- Common