In corlib/System.Runtime.InteropServices:
[mono.git] / mcs / class / Mono.Data.Sqlite / Mono.Data.Sqlite_2.0 / SR.Designer.cs
1 //
2 // Mono.Data.Sqlite.SR.Designer.cs
3 //
4 // Author(s):
5 //   Robert Simpson (robert@blackcastlesoft.com)
6 //
7 // Adapted and modified for the Mono Project by
8 //   Marek Habersack (grendello@gmail.com)
9 //
10 //
11 // Copyright (C) 2006 Novell, Inc (http://www.novell.com)
12 // Copyright (C) 2007 Marek Habersack
13 //
14 // Permission is hereby granted, free of charge, to any person obtaining
15 // a copy of this software and associated documentation files (the
16 // "Software"), to deal in the Software without restriction, including
17 // without limitation the rights to use, copy, modify, merge, publish,
18 // distribute, sublicense, and/or sell copies of the Software, and to
19 // permit persons to whom the Software is furnished to do so, subject to
20 // the following conditions:
21 // 
22 // The above copyright notice and this permission notice shall be
23 // included in all copies or substantial portions of the Software.
24 // 
25 // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
26 // EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
27 // MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
28 // NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
29 // LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
30 // OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
31 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
32 //
33
34 //------------------------------------------------------------------------------
35 // <auto-generated>
36 //     This code was generated by a tool.
37 //     Runtime Version:2.0.50727.42
38 //
39 //     Changes to this file may cause incorrect behavior and will be lost if
40 //     the code is regenerated.
41 // </auto-generated>
42 //------------------------------------------------------------------------------
43 #if NET_2_0
44 namespace Mono.Data.Sqlite {
45     using System;
46     
47     
48     /// <summary>
49     ///   A strongly-typed resource class, for looking up localized strings, etc.
50     /// </summary>
51     // This class was auto-generated by the StronglyTypedResourceBuilder
52     // class via a tool like ResGen or Visual Studio.
53     // To add or remove a member, edit your .ResX file then rerun ResGen
54     // with the /str option, or rebuild your VS project.
55     [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "2.0.0.0")]
56     [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
57     internal class SR {
58         
59         private static global::System.Resources.ResourceManager resourceMan;
60         
61         private static global::System.Globalization.CultureInfo resourceCulture;
62         
63         [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
64         internal SR() {
65         }
66         
67         /// <summary>
68         ///   Returns the cached ResourceManager instance used by this class.
69         /// </summary>
70         [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
71         internal static global::System.Resources.ResourceManager ResourceManager {
72             get {
73                 if (object.ReferenceEquals(resourceMan, null)) {
74                     global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Mono.Data.Sqlite.SR", typeof(SR).Assembly);
75                     resourceMan = temp;
76                 }
77                 return resourceMan;
78             }
79         }
80         
81         /// <summary>
82         ///   Overrides the current thread's CurrentUICulture property for all
83         ///   resource lookups using this strongly typed resource class.
84         /// </summary>
85         [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
86         internal static global::System.Globalization.CultureInfo Culture {
87             get {
88                 return resourceCulture;
89             }
90             set {
91                 resourceCulture = value;
92             }
93         }
94         
95         /// <summary>
96         ///   Looks up a localized string similar to &lt;?xml version=&quot;1.0&quot; standalone=&quot;yes&quot;?&gt;
97         ///&lt;DocumentElement&gt;
98         ///  &lt;DataTypes&gt;
99         ///    &lt;TypeName&gt;smallint&lt;/TypeName&gt;
100         ///    &lt;ProviderDbType&gt;10&lt;/ProviderDbType&gt;
101         ///    &lt;ColumnSize&gt;5&lt;/ColumnSize&gt;
102         ///    &lt;DataType&gt;System.Int16&lt;/DataType&gt;
103         ///    &lt;CreateFormat&gt;smallint&lt;/CreateFormat&gt;
104         ///    &lt;IsAutoIncrementable&gt;false&lt;/IsAutoIncrementable&gt;
105         ///    &lt;IsCaseSensitive&gt;false&lt;/IsCaseSensitive&gt;
106         ///    &lt;IsFixedLength&gt;true&lt;/IsFixedLength&gt;
107         ///    &lt;IsFixedPrecisionScale&gt;true&lt;/IsFixedPrecisionScale&gt;
108         ///    &lt;IsLong&gt;false&lt;/IsLong&gt;
109         ///    &lt;IsNullable&gt;true&lt;/ [rest of string was truncated]&quot;;.
110         /// </summary>
111         internal static string DataTypes {
112             get {
113                 return ResourceManager.GetString("DataTypes", resourceCulture);
114             }
115         }
116         
117         /// <summary>
118         ///   Looks up a localized string similar to ALL,ALTER,AND,AS,AUTOINCREMENT,BETWEEN,BY,CASE,CHECK,COLLATE,COMMIT,CONSTRAINT,CREATE,CROSS,DEFAULT,DEFERRABLE,DELETE,DISTINCT,DROP,ELSE,ESCAPE,EXCEPT,FOREIGN,FROM,FULL,GROUP,HAVING,IN,INDEX,INNER,INSERT,INTERSECT,INTO,IS,ISNULL,JOIN,LEFT,LIMIT,NATURAL,NOT,NOTNULL,NULL,ON,OR,ORDER,OUTER,PRIMARY,REFERENCES,RIGHT,ROLLBACK,SELECT,SET,TABLE,THEN,TO,TRANSACTION,UNION,UNIQUE,UPDATE,USING,VALUES,WHEN,WHERE.
119         /// </summary>
120         internal static string Keywords {
121             get {
122                 return ResourceManager.GetString("Keywords", resourceCulture);
123             }
124         }
125         
126         /// <summary>
127         ///   Looks up a localized string similar to &lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot; ?&gt;
128         ///&lt;DocumentElement&gt;
129         ///  &lt;MetaDataCollections&gt;
130         ///    &lt;CollectionName&gt;MetaDataCollections&lt;/CollectionName&gt;
131         ///    &lt;NumberOfRestrictions&gt;0&lt;/NumberOfRestrictions&gt;
132         ///    &lt;NumberOfIdentifierParts&gt;0&lt;/NumberOfIdentifierParts&gt;
133         ///  &lt;/MetaDataCollections&gt;
134         ///  &lt;MetaDataCollections&gt;
135         ///    &lt;CollectionName&gt;DataSourceInformation&lt;/CollectionName&gt;
136         ///    &lt;NumberOfRestrictions&gt;0&lt;/NumberOfRestrictions&gt;
137         ///    &lt;NumberOfIdentifierParts&gt;0&lt;/NumberOfIdentifierParts&gt;
138         ///  &lt;/MetaDataCollections&gt;
139         ///  &lt;MetaDataC [rest of string was truncated]&quot;;.
140         /// </summary>
141         internal static string MetaDataCollections {
142             get {
143                 return ResourceManager.GetString("MetaDataCollections", resourceCulture);
144             }
145         }
146     }
147 }
148 #endif