[BelongsTo(CompositeKeyColumns = new[] { "COD_ADVOGADO",
"COD_PROFISSIONAL" }, NotFoundBehaviour = NotFoundBehaviour.Ignore,
Insert = false, Update = false, NotNull = false)]
        public virtual AdvogadoDeEscritorio AdvogadoDoEscritorio
{ get; set; }


AND

[ActiveRecord("ADVOGADO_ESCRITORIO", Schema="JUR", DynamicInsert=true,
DynamicUpdate=true, Lazy = true)]
    public class AdvogadoDeEscritorio {
    }


When use NotFoundBehaviour = NotFoundBehaviour.Ignore the lazy=true
not working, anyone know why and how to solve?

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Castle Project Users" group.
To post to this group, send email to castle-project-users@googlegroups.com
To unsubscribe from this group, send email to 
castle-project-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/castle-project-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to