Click or drag to resize

MasterControllerGetCustomerName Method

Returns the customer name from tblCustomer in the master database.

Namespace:  Omada.OE.AppLogic
Assembly:  Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public static string GetCustomerName(
	int customerId
)

Parameters

customerId
Type: SystemInt32

Return Value

Type: String
See Also