| MasterControllerGetCustomerByName Method |
Returns the customer with the specified name or alias.
Namespace:
Omada.OE.AppLogic
Assembly:
Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntaxpublic static Customer GetCustomerByName(
string name
)
Parameters
- name
- Type: SystemString
Customer name or alias.
Return Value
Type:
Customer
See Also