| MasterControllerGetSingularCustomer Method |
Returns the (singular) customer from tblCustomer.
If tblCustomer contains more or less than 1 row an exception is thrown.
Namespace:
Omada.OE.AppLogic
Assembly:
Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntaxpublic static Customer GetSingularCustomer()
Return Value
Type:
Customer
See Also