Share via


StringGenerator.SetInputValues Method

Sets values on input properties for the string generator.

Namespace:  Microsoft.Data.Schema.Generators.Sql
Assembly:  Microsoft.Data.Schema.Generators.Sql (in Microsoft.Data.Schema.Generators.Sql.dll)

Syntax

'Declaration
Public Sub SetInputValues ( _
    inputs As IDictionary(Of String, Object) _
)
'Usage
Dim instance As StringGenerator
Dim inputs As IDictionary(Of String, Object)

instance.SetInputValues(inputs)
public void SetInputValues(
    IDictionary<string, Object> inputs
)
public:
virtual void SetInputValues(
    IDictionary<String^, Object^>^ inputs
) sealed
public final function SetInputValues(
    inputs : IDictionary<String, Object>
)
abstract SetInputValues : 
        inputs:IDictionary<string, Object> -> unit 
override SetInputValues : 
        inputs:IDictionary<string, Object> -> unit 

Parameters

Implements

IGenerator.SetInputValues(IDictionary<String, Object>)

Remarks

The key of the dictionary is the key of the input value. By default, the key of the dictionary is the property name. The value of the dictionary is the value of the input that corresponds to the key.

.NET Framework Security

See Also

Reference

StringGenerator Class

StringGenerator Members

Microsoft.Data.Schema.Generators.Sql Namespace