CsdlToSsdlAndMslActivity.CsdlInput Property

 

A Windows Workflow InArgument<T> that specifies the conceptual schema definition language (CSDL) from which store schema definition language (SSDL) and mapping specification language (MSL) are generated.

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

[SuppressMessageAttribute("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", 
	MessageId = "Csdl")]
public InArgument<EdmItemCollection> CsdlInput {
	[CompilerGeneratedAttribute]
	get;
	[CompilerGeneratedAttribute]
	set;
}