You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
EntityFrameworkCore.Jet/test/EFCore.Jet.Integration.Test/Model73_ValidationContext
bubibubi 9a0d5df0b8 First compile commit 8 years ago
..
README.cs First compile commit 8 years ago

README.cs

/*
Now validation is done using ValidationContext
Here we should do some tests/examples

Here there is a sample
http://www.bricelam.net/2016/12/13/validation-in-efcore.html


It uses the attributes and IValidatableObject
Does not work on FluentAPI
 */

using System;

namespace EFCore.Jet.Integration.Test.Model73_ValidationContext
{
    class README
    {
    }
}