Print Page | Close Window

Equivalent of NHibernateUtil.IsInitialized

Printed From: IdeaBlade
Category: DevForce
Forum Name: DevForce Classic
Forum Discription: For .NET 2.0
URL: http://www.ideablade.com/forum/forum_posts.asp?TID=1943
Printed Date: 23-Apr-2025 at 4:45pm


Topic: Equivalent of NHibernateUtil.IsInitialized
Posted By: nowol
Subject: Equivalent of NHibernateUtil.IsInitialized
Date Posted: 06-Jul-2010 at 12:30pm
Hello,

I am trying to implement a localization property in a legacy database and I need to know if a relation is initialized.  If it is initialized I can directly use it to find the correct translation.  If it is not initialized, I want to only get the required translation.

So, I was wondering if DevForce Classic has the equivalent of NHibernateUtil.IsInitialized(<object.property here>)
This method returns true if the property has been accessed and loaded from the database.

Thanks!



Replies:
Posted By: ting
Date Posted: 07-Jul-2010 at 3:16pm

There is no equivalent of that in DevForce Classic that I am aware of.




Print Page | Close Window