UpdatableExtensionAttribute.OtherKey property

namespace: Serenity.Data.Mapping   assemblySerenity.Net.Data

Name of the key field in extension table. If not specified, ID field of extension table is assumed, unless there is a field with matching name to ThisKey in extension table.

public string OtherKey { get; set; }

See Also