Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

DbEntityValidationResult::IsValid Property

Entity Framework 6.0
 

Gets an indicator if the entity is valid.

Namespace:   System.Data.Entity.Validation
Assembly:  EntityFramework (in EntityFramework.dll)

public:
property bool IsValid {
	bool get();
}

Property Value

Type: System::Boolean
Return to top
Show: