DataFrameWriter.InsertInto(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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