| MasterControllerGetCustomerId Method |
Returns the customer id from tblCustomer based on the name.
Aliases in tblCustomerAuth.Alias is also searched.
Namespace:
Omada.OE.AppLogic
Assembly:
Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntaxpublic static int GetCustomerId(
string customerName
)
Parameters
- customerName
- Type: SystemString
Return Value
Type:
Int32
See Also