diff options
author | Andrew Arnott <andrewarnott@gmail.com> | 2012-03-31 06:56:11 -0700 |
---|---|---|
committer | Andrew Arnott <andrewarnott@gmail.com> | 2012-03-31 06:56:11 -0700 |
commit | b4aa4d4cf25f358e8ca199fe3fbd446d1bb9bc42 (patch) | |
tree | d0f0b8a6ab3512e46e6f75c09934d00078e3b6f0 /samples/OAuthServiceProvider/Code/DataClasses.designer.cs | |
parent | 033b32eef902f806ac6a8cc28cceb299dcccf95f (diff) | |
parent | 07c99a0003a8d553ea09091f93ea455cce34f714 (diff) | |
download | DotNetOpenAuth-b4aa4d4cf25f358e8ca199fe3fbd446d1bb9bc42.zip DotNetOpenAuth-b4aa4d4cf25f358e8ca199fe3fbd446d1bb9bc42.tar.gz DotNetOpenAuth-b4aa4d4cf25f358e8ca199fe3fbd446d1bb9bc42.tar.bz2 |
Merge branch 'v4.0'
Diffstat (limited to 'samples/OAuthServiceProvider/Code/DataClasses.designer.cs')
-rw-r--r-- | samples/OAuthServiceProvider/Code/DataClasses.designer.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/samples/OAuthServiceProvider/Code/DataClasses.designer.cs b/samples/OAuthServiceProvider/Code/DataClasses.designer.cs index b7d291c..4077063 100644 --- a/samples/OAuthServiceProvider/Code/DataClasses.designer.cs +++ b/samples/OAuthServiceProvider/Code/DataClasses.designer.cs @@ -2,7 +2,7 @@ //------------------------------------------------------------------------------ // <auto-generated> // This code was generated by a tool. -// Runtime Version:4.0.30319.1 +// Runtime Version:4.0.30319.17608 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. @@ -607,7 +607,7 @@ namespace OAuthServiceProvider.Code } } - [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_VerificationCodeFormat")] + [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_VerificationCodeFormat", CanBeNull=false)] public DotNetOpenAuth.OAuth.VerificationCodeFormat VerificationCodeFormat { get |