DataTableResponseColumn Constructors
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.
Overloads
DataTableResponseColumn() |
Initializes a new instance of the DataTableResponseColumn class. |
DataTableResponseColumn(String, String, String) |
Initializes a new instance of the DataTableResponseColumn class. |
DataTableResponseColumn()
Initializes a new instance of the DataTableResponseColumn class.
public DataTableResponseColumn ();
Public Sub New ()
Applies to
DataTableResponseColumn(String, String, String)
Initializes a new instance of the DataTableResponseColumn class.
public DataTableResponseColumn (string columnName = default, string dataType = default, string columnType = default);
new Microsoft.Azure.Management.WebSites.Models.DataTableResponseColumn : string * string * string -> Microsoft.Azure.Management.WebSites.Models.DataTableResponseColumn
Public Sub New (Optional columnName As String = Nothing, Optional dataType As String = Nothing, Optional columnType As String = Nothing)
Parameters
- columnName
- String
Name of the column
- dataType
- String
Data type which looks like 'String' or 'Int32'.
- columnType
- String
Column Type