Share via


InputDescriptor Constructor (String, Type)

Namespace:  Microsoft.Data.Schema.Tools.DataGenerator
Assembly:  Microsoft.Data.Schema.Tools (in Microsoft.Data.Schema.Tools.dll)

Syntax

'Declaration
Public Sub New ( _
    key As String, _
    type As Type _
)
public InputDescriptor(
    string key,
    Type type
)
public:
InputDescriptor(
    String^ key, 
    Type^ type
)
new : 
        key:string * 
        type:Type -> InputDescriptor
public function InputDescriptor(
    key : String, 
    type : Type
)

Parameters

  • key
    Type: System.String
    The key that uniquely identifies the input value. For the default generator, this key is the property name.
  • type
    Type: System.Type
    The data type of the input value.

.NET Framework Security

See Also

Reference

InputDescriptor Class

InputDescriptor Overload

Microsoft.Data.Schema.Tools.DataGenerator Namespace

InputDescriptor