Generate a select list of columns containing all properties of the entity classes
Namespace:
NHibernate.LoaderAssembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Function SelectString ( _ associations As IList _ ) As String |
C# |
---|
public string SelectString( IList associations ) |
Visual C++ |
---|
public: String^ SelectString( IList^ associations ) |
JavaScript |
---|
function selectString(associations); |
Parameters
- associations
- Type: System.Collections..::.IList