Method GenerateColumn
| Improve this Doc View SourceGenerateColumn()
Generates the column expression.
Declaration
protected SyntaxNode GenerateColumn()
Returns
| Type | Description |
|---|---|
| Microsoft.CodeAnalysis.SyntaxNode | The generated Microsoft.CodeAnalysis.SyntaxNode. |
GenerateColumn(Int32)
Generates the column indexer expression.
Declaration
protected SyntaxNode GenerateColumn(int ordinal)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Int32 | ordinal | The ordinal as column indexer. |
Returns
| Type | Description |
|---|---|
| Microsoft.CodeAnalysis.SyntaxNode | The generated Microsoft.CodeAnalysis.SyntaxNode. |