[Missing <summary> documentation for "M:NHibernate.Dialect.Dialect.ExtractColumnOrAliasNames(NHibernate.SqlCommand.SqlString,System.Collections.Generic.List{NHibernate.SqlCommand.SqlString}@,System.Collections.Generic.Dictionary{NHibernate.SqlCommand.SqlString,NHibernate.SqlCommand.SqlString}@)"]
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
C# |
---|
protected static void ExtractColumnOrAliasNames( SqlString select, out List<SqlString> columnsOrAliases, out Dictionary<SqlString, SqlString> aliasToColumn ) |
Visual Basic |
---|
Protected Shared Sub ExtractColumnOrAliasNames ( _ select As SqlString, _ <OutAttribute> ByRef columnsOrAliases As List(Of SqlString), _ <OutAttribute> ByRef aliasToColumn As Dictionary(Of SqlString, SqlString) _ ) |
Visual C++ |
---|
protected: static void ExtractColumnOrAliasNames( SqlString^ select, [OutAttribute] List<SqlString^>^% columnsOrAliases, [OutAttribute] Dictionary<SqlString^, SqlString^>^% aliasToColumn ) |
Parameters
- select
- Type: NHibernate.SqlCommand..::..SqlString
[Missing <param name="select"/> documentation for "M:NHibernate.Dialect.Dialect.ExtractColumnOrAliasNames(NHibernate.SqlCommand.SqlString,System.Collections.Generic.List{NHibernate.SqlCommand.SqlString}@,System.Collections.Generic.Dictionary{NHibernate.SqlCommand.SqlString,NHibernate.SqlCommand.SqlString}@)"]
- columnsOrAliases
- Type: System.Collections.Generic..::..List<(Of <(<'SqlString>)>)>%
[Missing <param name="columnsOrAliases"/> documentation for "M:NHibernate.Dialect.Dialect.ExtractColumnOrAliasNames(NHibernate.SqlCommand.SqlString,System.Collections.Generic.List{NHibernate.SqlCommand.SqlString}@,System.Collections.Generic.Dictionary{NHibernate.SqlCommand.SqlString,NHibernate.SqlCommand.SqlString}@)"]
- aliasToColumn
- Type: System.Collections.Generic..::..Dictionary<(Of <(<'SqlString, SqlString>)>)>%
[Missing <param name="aliasToColumn"/> documentation for "M:NHibernate.Dialect.Dialect.ExtractColumnOrAliasNames(NHibernate.SqlCommand.SqlString,System.Collections.Generic.List{NHibernate.SqlCommand.SqlString}@,System.Collections.Generic.Dictionary{NHibernate.SqlCommand.SqlString,NHibernate.SqlCommand.SqlString}@)"]