DbEntityValidationResult.ValidationErrors 属性

定义

获取验证错误。 决不会为 null。

public System.Collections.Generic.ICollection<System.Data.Entity.Validation.DbValidationError> ValidationErrors { get; }
member this.ValidationErrors : System.Collections.Generic.ICollection<System.Data.Entity.Validation.DbValidationError>
Public ReadOnly Property ValidationErrors As ICollection(Of DbValidationError)

属性值

适用于