ColumnMapping(String, String, Boolean, String) Constructor
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.
public:
ColumnMapping(System::String ^ columnName, System::String ^ dataType, bool isVar, System::String ^ value);
public ColumnMapping (string columnName, string dataType, bool isVar, string value);
new Microsoft.HostIntegration.Drda.Common.ColumnMapping : string * string * bool * string -> Microsoft.HostIntegration.Drda.Common.ColumnMapping
Public Sub New (columnName As String, dataType As String, isVar As Boolean, value As String)
Parameters
- columnName
- String
- dataType
- String
- isVar
- Boolean
- value
- String