Share via


DataFrameWriter.SaveAsTable(String) Method

Definition

Saves the content of the DataFrame as the specified table.

public void SaveAsTable (string tableName);
member this.SaveAsTable : string -> unit
Public Sub SaveAsTable (tableName As String)

Parameters

tableName
String

Name of the table

Applies to