public StandaloneTable CreateStandaloneTable( Uri tableUri, IStandaloneTableContainerEdit container, string tableName )
Public Overloads Function CreateStandaloneTable( _ ByVal tableUri As Uri, _ ByVal container As IStandaloneTableContainerEdit, _ Optional ByVal tableName As String _ ) As StandaloneTable
Parameters
- tableUri
- An URI represents the path to a dataset
- container
- A map instance where the StandaloneTable will be added
- tableName
- System.String (optional) When not provided, the default display name gets used e.g. the dataset name or alias. (default value = "")