Class PhoneInSecondDbContext
Inherited Members
object.GetType()
object.MemberwiseClone()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.EntityFrameworkCore.TestApp.SecondContext
Assembly: Volo.Abp.EntityFrameworkCore.Tests.SecondContext.dll
Syntax
[Table("AppPhones")]
public class PhoneInSecondDbContext : AggregateRoot, IAggregateRoot, IEntity, IGeneratesDomainEvents, IHasExtraProperties, IHasConcurrencyStamp
Constructors
PhoneInSecondDbContext()
Declaration
public PhoneInSecondDbContext()
Properties
Number
Declaration
public virtual string Number { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
PersonId
Declaration
public virtual Guid PersonId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Guid |
Methods
GetKeys()
Declaration
public override object[] GetKeys()
Returns
| Type | Description |
|---|---|
| object[] |