예제 #1
0
 /// <summary>
 /// Creates a <see cref="TableReference"/> for a table within this dataset.
 /// </summary>
 /// <param name="tableId">The table ID. Must not be null.</param>
 /// <returns>A <see cref="TableReference"/> representing the requested table.</returns>
 public TableReference GetTableReference(string tableId) => _client.GetTableReference(Reference.ProjectId, Reference.DatasetId, tableId);