fluent
Better regex syntax ideas
I need some help to complete my idea about regexes. Introduction There was a question about better syntax for regexes on SE, but I don\'t think I\'d use the fluent syntax.[详细]
2023-02-09 02:08 分类:问答Fluent NHibernate - joined subclass ForeignKey Name
I am looking at moving to Fluent NHibernate - the only issue I have encounter so far is that you can not specify a foreign key name on a joined sub class mapping.[详细]
2023-02-05 15:46 分类:问答C# constraint generic parameter to a T<T2> for Fluent interface / compiler can't infer types
WCF client classes are typically setup like: public class Client : ClientBase<IService>, IService[详细]
2023-02-03 06:17 分类:问答Fluent NHibernate map 2 identical classes to one table, first-lazy on, second-lazy off
S开发者_如何学编程o, I need to map my class to database table, but sometimes I need lazy loading to be on, sometimes to be off.[详细]
2023-02-02 00:10 分类:问答Excel VSTO: keeping a custom ribbon displayed when switching workbooks
I have a Vsto Excel workbook (created in Visual Studio) which also contains a custom ribbon. If I load this workbook in Excel (2007), the ribbon is only displayed as long as my workbook has focus. It[详细]
2023-01-31 04:29 分类:问答How to export a database using Fluent NHibernate?
How can I export an entire database, with all its tables and data, into a importable file using Fluent NHibernate (or any other preferrable tool)?[详细]
2023-01-29 16:29 分类:问答What are some reasons NHibernate will not execute SQL?
I am using Fluent NHibernate to map entities and am having a problem getting a repository to give a resultset.In the console, the SQL does not show but other repositories do.I have a feeling that it i[详细]
2023-01-29 12:58 分类:问答Fluent Mapping : using join-table and cascades
having a little trouble with a mapping for the following table setup currently: Shop [1][1] /\\ [n][n] Category-[m]---[n]-Article[详细]
2023-01-24 23:11 分类:问答Fluent NHibernate: How do you change the underlying sql type for an automapped collection of strings?
I have a class: public class ParentClass { //other stuff IList<string> ChildPages } When \'IList<string> ChildPages\' gets automapped by Fluent NHibernate a \'ChildPages\' join table is[详细]
2023-01-24 17:29 分类:问答Fluent NHibernate Parent-child cascade SaveOrUpdate fails
I have a parent-child relationship that I\'ve put a test case together between Users and Groups. I did this to replicate a failure in[详细]
2023-01-23 17:15 分类:问答