Exemplo n.º 1
0
        public static ColumnName Create(string columnName)
        {
            var ntn = new ColumnName();
            ntn.Stack.AddLast(Identifier.Create(columnName));

            return ntn;
        }