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)
Syntax
'Declaration
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
public InArgument<EdmItemCollection> CsdlInput { get; set; }
public:
property InArgument<EdmItemCollection^>^ CsdlInput {
InArgument<EdmItemCollection^>^ get ();
void set (InArgument<EdmItemCollection^>^ value);
}
function get CsdlInput () : InArgument<EdmItemCollection>
function set CsdlInput (value : InArgument<EdmItemCollection>)
Property Value
Type: System.Activities.InArgument<EdmItemCollection>
The conceptual schema definition language (CSDL) from which store schema definition language (SSDL) and mapping specification language (MSL) are generated.
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
CsdlToSsdlAndMslActivity Class
CsdlToSsdlAndMslActivity Members
Microsoft.Data.Entity.Design.DatabaseGeneration.Activities Namespace