Click or drag to resize

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
Syntax
C#
public static Customer GetCustomerByName(
	string name
)

Parameters

name
Type: SystemString
Customer name or alias.

Return Value

Type: Customer
See Also