diff options
author | Andrew Arnott <andarno@microsoft.com> | 2012-02-24 20:43:32 -0800 |
---|---|---|
committer | Andrew Arnott <andarno@microsoft.com> | 2012-02-24 20:57:04 -0800 |
commit | e6d325269ac2b4f9d3c8bd7286fe62549438fcad (patch) | |
tree | 8bd7214c23f07827aed9bf09b9de298dbefae083 /samples/OAuthServiceProvider/Code/DataClasses.designer.cs | |
parent | 38159b90e7a068e4458421c954649c9bf6818d25 (diff) | |
download | DotNetOpenAuth-e6d325269ac2b4f9d3c8bd7286fe62549438fcad.zip DotNetOpenAuth-e6d325269ac2b4f9d3c8bd7286fe62549438fcad.tar.gz DotNetOpenAuth-e6d325269ac2b4f9d3c8bd7286fe62549438fcad.tar.bz2 |
Additional changes.
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 3c0d936..cc952a1 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 |