 | CustomerSiteContainerPartialEntityGetId Method |
Returns EntityObject the primary key id of the object, or null
Namespace:
AMCS.Elemos.IntegrationService.Entity.Customer
Assembly:
AMCS.Elemos.IntegrationService (in AMCS.Elemos.IntegrationService.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic override Nullable<int> GetId()
Public Overrides Function GetId As Nullable(Of Integer)
Return Value
Type:
NullableInt32
the if or null if not applicable.
See Also