Given a query alias and an identifying suffix, render the property select fragment.
Namespace: NHibernate.Persister.EntityAssembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
C# |
---|
string PropertySelectFragment( string alias, string suffix, bool allProperties ) |
Visual Basic |
---|
Function PropertySelectFragment ( _ alias As String, _ suffix As String, _ allProperties As Boolean _ ) As String |
Visual C++ |
---|
String^ PropertySelectFragment( String^ alias, String^ suffix, bool allProperties ) |
Parameters
- alias
- Type: System..::..String
[Missing <param name="alias"/> documentation for "M:NHibernate.Persister.Entity.IQueryable.PropertySelectFragment(System.String,System.String,System.Boolean)"]
- suffix
- Type: System..::..String
[Missing <param name="suffix"/> documentation for "M:NHibernate.Persister.Entity.IQueryable.PropertySelectFragment(System.String,System.String,System.Boolean)"]
- allProperties
- Type: System..::..Boolean
[Missing <param name="allProperties"/> documentation for "M:NHibernate.Persister.Entity.IQueryable.PropertySelectFragment(System.String,System.String,System.Boolean)"]
Return Value
[Missing <returns> documentation for "M:NHibernate.Persister.Entity.IQueryable.PropertySelectFragment(System.String,System.String,System.Boolean)"]