[]
Represents an expression with a table reference as the expression.
public class TableReferenceExpression : Expression
Public Class TableReferenceExpression
Inherits Expression
Name | Description |
---|---|
TableReferenceExpression(object) | Creates a new expression representing a table reference expression. |
TableReferenceExpression(object, StructuredTableReferenceKeywordType) | Creates a new expression representing a table reference expression. |
TableReferenceExpression(object, StructuredTableReferenceKeywordType, bool, bool, int, int) | Creates a new expression representing a table reference expression. |
TableReferenceExpression(object, StructuredTableReferenceKeywordType, int, int) | Creates a new expression representing a table reference expression. |
TableReferenceExpression(object, int, int) | Creates a new expression representing a table reference expression. |
Name | Description |
---|---|
FirstColumnIndex | Gets first column index. |
HasSpaceAfterFirstKeyword | Gets whether there is a space takes place after the first keyword. |
HasSpaceBefore | Gets whether there is a space takes place before the first keyword. |
Keyword | Gets the table reference type |
LastColumnIndex | Gets the last column index. |
TableData | Gets the table data. |