Class NameSnapshot
Abstract class creating an IExpressionMetadata that remembers a name of a column.
Inheritance
NameSnapshot
Implements
Inherited Members
Namespace: Mangrove.MetricSetSyntaxTree.ExpressionMetadata
Assembly: MetricSetSyntaxTree.dll
Syntax
public abstract class NameSnapshot : IExpressionMetadata
Constructors
View SourceNameSnapshot(String)
Declaration
public NameSnapshot(string columnName)
Parameters
Type | Name | Description |
---|---|---|
String | columnName |
Properties
View SourceColumnName
Declaration
public string ColumnName { get; }
Property Value
Type | Description |
---|---|
String |