Share via


DataFrameWriter.InsertInto(String) Method

Definition

Inserts the content of the DataFrame to the specified table. It requires that the schema of the DataFrame is the same as the schema of the table.

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

Parameters

tableName
String

Name of the table

Applies to