Affecto.EntityFramework.PostgreSql.PostgreSqlDbContext.SetInstanceVariables C# (CSharp) Method

SetInstanceVariables() private method

private SetInstanceVariables ( string defaultSchema, bool useLowerCasePropertyNames ) : void
defaultSchema string
useLowerCasePropertyNames bool
return void
        private void SetInstanceVariables(string defaultSchema, bool useLowerCasePropertyNames)
        {
            this.defaultSchema = defaultSchema;
            this.useLowerCasePropertyNames = useLowerCasePropertyNames;
        }
    }