CsdlToSsdlAndMslActivity.CsdlInput Property

[This page is specific to the Entity Framework version 6. The latest version is available as the 'Entity Framework' NuGet package. For more information about Entity Framework, see msdn.com/data/ef.]

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)

Syntax

'Declaration
<SuppressMessageAttribute("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", MessageId := "Csdl")> _
Public Property CsdlInput As InArgument(Of EdmItemCollection)
    Get 
    Set
'Usage
Dim instance As CsdlToSsdlAndMslActivity 
Dim value As InArgument(Of EdmItemCollection)

value = instance.CsdlInput

instance.CsdlInput = value
[SuppressMessageAttribute("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", MessageId = "Csdl")]
public InArgument<EdmItemCollection> CsdlInput { get; set; }
[SuppressMessageAttribute(L"Microsoft.Naming", L"CA1704:IdentifiersShouldBeSpelledCorrectly", MessageId = L"Csdl")]
public:
property InArgument<EdmItemCollection^>^ CsdlInput {
    InArgument<EdmItemCollection^>^ get ();
    void set (InArgument<EdmItemCollection^>^ value);
}
[<SuppressMessageAttribute("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", MessageId = "Csdl")>]
member CsdlInput : InArgument<EdmItemCollection> with get, set
function get CsdlInput () : InArgument<EdmItemCollection>
function set CsdlInput (value : InArgument<EdmItemCollection>)

Property Value

Type: System.Activities.InArgument<EdmItemCollection>

See Also

Reference

CsdlToSsdlAndMslActivity Class

Microsoft.Data.Entity.Design.DatabaseGeneration.Activities Namespace