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.AppService.Fluent.Models.DataTableResponseColumn : string * string * string -> Microsoft.Azure.Management.AppService.Fluent.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
Applies to
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for .NET