Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 135431
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 11, 20262026-05-11T06:47:22+00:00 2026-05-11T06:47:22+00:00

Is there anyway to add a prefix to table names at configuration time using

  • 0

Is there anyway to add a prefix to table names at configuration time using Castle Active Record?

[ActiveRecord('Address')] public class Address : ActiveRecord<Address> {} 

I’d like the actual table created/referenced to be ‘PRODAddress’ or ‘DEBUGAddress’. Is there anything built-in like that I am not seeing?

Thank you,

[EDIT] I’ve marked the general answer below, but here is the actual code to implement table prefixes for Castle Active Record:

... ActiveRecordStarter.ModelsCreated += ActiveRecordStarter_ModelsCreated; ActiveRecordStarter.Initialize(source, typeof(Address)); ...  private static void ActiveRecordStarter_ModelsCreated(ActiveRecordModelCollection models, IConfigurationSource source) {     string tablePrefix = ConfigurationManager.AppSettings['TABLE_PREFIX'];     if (String.IsNullOrEmpty(tablePrefix)) return;      foreach (ActiveRecordModel model in models)     {         model.ActiveRecordAtt.Table = String.Format('{0}{1}', tablePrefix, model.ActiveRecordAtt.Table);     } } 
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. 2026-05-11T06:47:22+00:00Added an answer on May 11, 2026 at 6:47 am

    You can use ActiveRecordStarter.RegisterExtension(IModelBuilderExtension extension) or the ActiveRecordStarter.ModelCreated event

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Is there anyway to add a find condition to all Active record models? that
When using django.contrib.comments is there anyway to add the reverse relationship to a model
is there anyway to add new entries to the Settings bundle during run time?
Is there anyway to programmatically add a strong named assembly to the GAC using
I am using Eclipse Helios. I am wondering if there is anyway to add
Is there anyway we can add the tomcat eclipse plugin to Adobe Flex Builder
Is there anyway to add custom key/value pairs in the Routing file of a
Is there anyway to add some custom stop words to SQL Server 2005?
I was thinking if there is anyway to add call service(pc to mobile) to
Is there anyway I can customize the paths to a node's tabs? When using

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.