Click here to Skip to main content
15,892,005 members
Articles / Database Development / SQL Server / SQL Server 2008

Simple Data Access in C#

Rate me:
Please Sign up or sign in to vote.
4.11/5 (15 votes)
11 Jan 2009CPOL5 min read 83.8K   1.4K   58  
Fast and easy to use data access class library.
//------------------------------------------------------------------------------
// <auto-generated>
//     This code was generated by a tool.
//     Runtime Version:2.0.50727.3053
//
//     Changes to this file may cause incorrect behavior and will be lost if
//     the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------

namespace Yap.Data.Client.Properties {
    using System;
    
    
    /// <summary>
    ///   A strongly-typed resource class, for looking up localized strings, etc.
    /// </summary>
    // This class was auto-generated by the StronglyTypedResourceBuilder
    // class via a tool like ResGen or Visual Studio.
    // To add or remove a member, edit your .ResX file then rerun ResGen
    // with the /str option, or rebuild your VS project.
    [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "2.0.0.0")]
    [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
    [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
    internal class Resources {
        
        private static global::System.Resources.ResourceManager resourceMan;
        
        private static global::System.Globalization.CultureInfo resourceCulture;
        
        [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
        internal Resources() {
        }
        
        /// <summary>
        ///   Returns the cached ResourceManager instance used by this class.
        /// </summary>
        [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
        internal static global::System.Resources.ResourceManager ResourceManager {
            get {
                if (object.ReferenceEquals(resourceMan, null)) {
                    global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Yap.Data.Client.Properties.Resources", typeof(Resources).Assembly);
                    resourceMan = temp;
                }
                return resourceMan;
            }
        }
        
        /// <summary>
        ///   Overrides the current thread's CurrentUICulture property for all
        ///   resource lookups using this strongly typed resource class.
        /// </summary>
        [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
        internal static global::System.Globalization.CultureInfo Culture {
            get {
                return resourceCulture;
            }
            set {
                resourceCulture = value;
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Command text is empty.
        /// </summary>
        internal static string CommandTextIsEmptyException {
            get {
                return ResourceManager.GetString("CommandTextIsEmptyException", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Configuration section dataAccess should contain attribute &quot;connectionString&quot; with database connection string, for example: &quot;Data Source=.\SQLEXPRESS;Initial Catalog=YAP;Integrated Security=True;&quot;.
        /// </summary>
        internal static string ConnectionStringIsNotSpecifiedException {
            get {
                return ResourceManager.GetString("ConnectionStringIsNotSpecifiedException", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Read command for entity type {0}.
        /// </summary>
        internal static string EntityReaderCommandDefaultDescription {
            get {
                return ResourceManager.GetString("EntityReaderCommandDefaultDescription", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Script command for entity type {0}.
        /// </summary>
        internal static string EntityScriptCommandDefaultDescription {
            get {
                return ResourceManager.GetString("EntityScriptCommandDefaultDescription", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Field count doesn&apos;t match value count.
        /// </summary>
        internal static string FieldCountDoesNotMatchValueCountException {
            get {
                return ResourceManager.GetString("FieldCountDoesNotMatchValueCountException", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Assembly {0} was not found.
        /// </summary>
        internal static string IDatabaseProviderAssemblyWasNotFoundException {
            get {
                return ResourceManager.GetString("IDatabaseProviderAssemblyWasNotFoundException", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to {0} instance could not be created.
        /// </summary>
        internal static string IDatabaseProviderInstanceCouldNotBeCreatedException {
            get {
                return ResourceManager.GetString("IDatabaseProviderInstanceCouldNotBeCreatedException", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Configuration section dataAccess should contain attribute &quot;providerType&quot; with name of IDatabaseProvider implementation, for example: Yap.Data.Client.Sql.SqlProvider.
        /// </summary>
        internal static string IDatabaseProviderIsNotSpecifiedException {
            get {
                return ResourceManager.GetString("IDatabaseProviderIsNotSpecifiedException", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Type {0} wasn&apos;t found. You can define attribute &quot;providerAssembly&quot; with name of assembly, containing IDatabaseProvider implementation, for example: Yap.Data.Client.Sql.
        /// </summary>
        internal static string IDatabaseProviderTypeWasNotFoundException {
            get {
                return ResourceManager.GetString("IDatabaseProviderTypeWasNotFoundException", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to It is not allowed to unregister inactive scope.
        /// </summary>
        internal static string ItIsNotAllowedToUnregisterInactiveScopeException {
            get {
                return ResourceManager.GetString("ItIsNotAllowedToUnregisterInactiveScopeException", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Property {0} was not found in type {1}.
        /// </summary>
        internal static string PropertyWasNotFoundInTypeException {
            get {
                return ResourceManager.GetString("PropertyWasNotFoundInTypeException", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to An error occurred during reader command execution: {0}.
        /// </summary>
        internal static string ReaderCommandExecutionException {
            get {
                return ResourceManager.GetString("ReaderCommandExecutionException", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Field {0} doesn&apos;t exist.
        /// </summary>
        internal static string RecordFieldDoesNotExistException {
            get {
                return ResourceManager.GetString("RecordFieldDoesNotExistException", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to An error occurred during script execution: {0}.
        /// </summary>
        internal static string ScriptCommandExecutionException {
            get {
                return ResourceManager.GetString("ScriptCommandExecutionException", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Transaction can be opened only in context of a session or another transaction.
        /// </summary>
        internal static string TransactionCanNotBeOpenedInCurrentScopeException {
            get {
                return ResourceManager.GetString("TransactionCanNotBeOpenedInCurrentScopeException", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Type {0} should implement interface IDatabaseProvider, to be used as data provider.
        /// </summary>
        internal static string TypeDoesNotImplementIDatabaseProviderException {
            get {
                return ResourceManager.GetString("TypeDoesNotImplementIDatabaseProviderException", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Type {0} wasn&apos;t found in assembly {1}.
        /// </summary>
        internal static string TypeWasNotFoundInAssemblyException {
            get {
                return ResourceManager.GetString("TypeWasNotFoundInAssemblyException", resourceCulture);
            }
        }
    }
}

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Russian Federation Russian Federation
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions