public DataColumn(string columnName)

public DataColumn(string columnName)
Member of System.Data.DataColumn

Summary:
Inititalizes a new instance of the System.Data.DataColumn class, as
type string, using the specified column name.

Parameters:
columnName: A string that represents the name of the column to be
created. If set to null or an empty string (""), a default name will
be specified when added to the columns collection.

No comments:

Post a Comment