Naresh DAX
Monday, 7 May 2018
simple Return method in Ax 2012
//With out void return the value of method//
-------------------------------------------
public str myName(str _myName = myName)
{
myName = _myName;
return myName;
}
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment