CsdlToSsdl.GenerateActivityOutput<T> Method (OutputGeneratorActivity, NativeActivityContext, IDictionary<String, Object>)

 

Generates store schema definition language (SSDL) based on the provided conceptual schema definition language (CSDL).

Namespace:   Microsoft.Data.Entity.Design.DatabaseGeneration.OutputGenerators
Assembly:  Microsoft.Data.Entity.Design.DatabaseGeneration (in Microsoft.Data.Entity.Design.DatabaseGeneration.dll)

public T GenerateActivityOutput<T>(
	OutputGeneratorActivity owningActivity,
	NativeActivityContext context,
	IDictionary<string, object> inputs
)
where T : class

Parameters

owningActivity
Type: Microsoft.Data.Entity.Design.DatabaseGeneration.OutputGenerators.OutputGeneratorActivity

The currently executing activity.

context
Type: System.Activities.NativeActivityContext

The activity context that contains the state of the workflow.

inputs
Type: System.Collections.Generic.IDictionary<String, Object>

Contains the incoming CSDL.

Return Value

Type: T

Store schema definition language (SSDL) of type T based on the provided conceptual schema definition language (CSDL).

Type Parameters

T

The type of the activity output.