IConfiguration Interface

 

Represents a model configuration.

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

Syntax

[SuppressMessageAttribute("Microsoft.Design", "CA1040:AvoidEmptyInterfaces")]
public interface IConfiguration
[SuppressMessageAttribute("Microsoft.Design", "CA1040:AvoidEmptyInterfaces")]
public interface class IConfiguration
[<SuppressMessageAttribute("Microsoft.Design", "CA1040:AvoidEmptyInterfaces")>]
type IConfiguration = interface end
<SuppressMessageAttribute("Microsoft.Design", "CA1040:AvoidEmptyInterfaces")>
Public Interface IConfiguration

See Also

Microsoft.Data.Entity.Design.CodeGeneration Namespace

Return to top