public StandaloneTable CreateStandaloneTable( CIMDataConnection dataConnection, IStandaloneTableContainerEdit container, string tableName )
Public Overloads Function CreateStandaloneTable( _ ByVal dataConnection As CIMDataConnection, _ ByVal container As IStandaloneTableContainerEdit, _ Optional ByVal tableName As String _ ) As StandaloneTable
Parameters
- dataConnection
- 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 = "")