[Missing <summary> documentation for "M:NHibernate.Persister.Entity.AbstractEntityPersister.ConcretePropertySelectFragment(System.String,System.Boolean[])"]
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
C# |
---|
protected string ConcretePropertySelectFragment( string alias, bool[] includeProperty ) |
Visual Basic |
---|
Protected Function ConcretePropertySelectFragment ( _ alias As String, _ includeProperty As Boolean() _ ) As String |
Visual C++ |
---|
protected: String^ ConcretePropertySelectFragment( String^ alias, array<bool>^ includeProperty ) |
Parameters
- alias
- Type: System..::..String
[Missing <param name="alias"/> documentation for "M:NHibernate.Persister.Entity.AbstractEntityPersister.ConcretePropertySelectFragment(System.String,System.Boolean[])"]
- includeProperty
- Type: array<System..::..Boolean>[]()[][]
[Missing <param name="includeProperty"/> documentation for "M:NHibernate.Persister.Entity.AbstractEntityPersister.ConcretePropertySelectFragment(System.String,System.Boolean[])"]
Return Value
[Missing <returns> documentation for "M:NHibernate.Persister.Entity.AbstractEntityPersister.ConcretePropertySelectFragment(System.String,System.Boolean[])"]