neuecc / LINQ-to-BigQuery

LINQ to BigQuery is C# LINQ Provider for Google BigQuery. It also enables Desktop GUI Client with LINQPad and plug-in driver.
MIT License
86 stars 16 forks source link

Add _ for classname startwith number #28

Closed neuecc closed 10 years ago

neuecc commented 10 years ago

for example ""bigquery-samples:wikipedia_pageviews_s2.201001" =>

[TableName("[bigquery-samples:wikipedia_pageviews_s2.201001]")]
public class _201001
{