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.
|
|
8 years ago | |
|---|---|---|
| .. | ||
| README.cs | 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
{
}
}