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

  • Home
  • SEARCH
  • 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 8933209
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 15, 20262026-06-15T09:29:07+00:00 2026-06-15T09:29:07+00:00

Is it Possible to created Decimal as a Primery key with Auto Incremented from

  • 0

Is it Possible to created Decimal as a Primery key with Auto Incremented from FNH Mapping??

  • 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. Editorial Team
    Editorial Team
    2026-06-15T09:29:08+00:00Added an answer on June 15, 2026 at 9:29 am

    To achieve auto increment Identity type must be integral int, long, uint, ulong.

    ex :

    public class User
    {
    public virtual int Id { get; set; }
    public virtual IList Names { get; set; }
    }

    Id(x => x.ID).Column(“ID”).GeneratedBy.Increment();

    for decimal properties :
    Id(x => x.ID).Column(“ID”).GeneratedBy.Assigned();

    Assign the value while creating a new object. Value should be increment of last generated key in your database.

    OR you can just implement a Custom ID Generator for NHibernate.
    http://lucisferre.net/2009/07/14/implementing-a-custom-id-generator-for-nhibernate/

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

Sidebar

Related Questions

Possible Duplicate: Can I run from command line program created by Eclipse? I am
Is it possible to create a plot from List(Of Decimal) values in Excel with
Possible Duplicate: Problem executing bash file I have created a bash file script and
Possible Duplicate: How to list my app downloads I created an android app that
I created a repository with TortoiseHg. Is it possible to share it with other
Is it possible to embed (chart) visualizations created by the Google Visualization API in
Is it possible to delete all databases that were created by a specific user?
Possible Duplicate: Is it posible to use ajax respone outside of it? I've created
Is it possible to access the queries and procedures in a file created by
I have created a turing-complete programming language (already proven) so it must be possible

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.