Is the specified entity (or proxy) read-only?
Namespace: NHibernateAssembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
| C# |
|---|
bool IsReadOnly( Object entityOrProxy ) |
| Visual Basic |
|---|
Function IsReadOnly ( _ entityOrProxy As Object _ ) As Boolean |
| Visual C++ |
|---|
bool IsReadOnly( Object^ entityOrProxy ) |
Parameters
- entityOrProxy
- Type: System..::..Object
An entity (or INHibernateProxy)
Return Value
true if the entity (or proxy) is read-only, otherwise false.
Remarks
Facade for IsReadOnly(Object).