NamedEntryID - свойство
Идентификатор объекта.
Пространство имён: Tessa.PlatformСборка: Tessa (в Tessa.dll) Версия: 3.6.0.22
[DataMemberAttribute]
[PrimaryKeyAttribute]
[IdentityAttribute]
[NotNullAttribute]
[ColumnAttribute(SkipOnUpdate = true)]
public Guid ID { get; set; }
<DataMemberAttribute>
<PrimaryKeyAttribute>
<IdentityAttribute>
<NotNullAttribute>
<ColumnAttribute(SkipOnUpdate := true)>
Public Property ID As Guid
Get
Set
public:
[DataMemberAttribute]
[PrimaryKeyAttribute]
[IdentityAttribute]
[NotNullAttribute]
[ColumnAttribute(SkipOnUpdate = true)]
virtual property Guid ID {
Guid get () sealed;
void set (Guid value) sealed;
}
[<DataMemberAttribute>]
[<PrimaryKeyAttribute>]
[<IdentityAttribute>]
[<NotNullAttribute>]
[<ColumnAttribute(SkipOnUpdate = true)>]
abstract ID : Guid with get, set
[<DataMemberAttribute>]
[<PrimaryKeyAttribute>]
[<IdentityAttribute>]
[<NotNullAttribute>]
[<ColumnAttribute(SkipOnUpdate = true)>]
override ID : Guid with get, set
GuidINamedEntryID