MigrationsSqlGenerator.ColumnList(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.
Concatenates the given column names into a DelimitIdentifier(String) separated list.
protected virtual string ColumnList (string[] columns);
abstract member ColumnList : string[] -> string
override this.ColumnList : string[] -> string
Protected Overridable Function ColumnList (columns As String()) As String
Parameters
- columns
- String[]
The column names.
Returns
The column list.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Entity Framework