Is the proxy or persistent collection initialized?
Namespace: NHibernateAssembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
| C# |
|---|
public static bool IsInitialized(
Object proxy
) |
| Visual Basic |
|---|
Public Shared Function IsInitialized ( _
proxy As Object _
) As Boolean |
| Visual C++ |
|---|
public:
static bool IsInitialized(
Object^ proxy
) |
Parameters
- proxy
- Type: System..::..Object
a persistable object, proxy, persistent collection or null
Return Value
true if the argument is already initialized, or is not a proxy or collection
See Also