Namespace:
NHibernate.Persister.Entity
Assembly: NHibernate (in NHibernate.dll)
Assembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Protected Function GetPropertiesToInsert ( _ fields As Object() _ ) As Boolean() |
C# |
---|
protected bool[] GetPropertiesToInsert( Object[] fields ) |
Visual C++ |
---|
protected: array<bool>^ GetPropertiesToInsert( array<Object^>^ fields ) |
JavaScript |
---|
function getPropertiesToInsert(fields); |
Parameters
- fields
- Type: array<
System..::.Object
>[]()[]