BaseCodeGenerator.DefaultExtensionString 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.]
gets the default extension for this generator
Namespace: Microsoft.Data.Entity.Design.VisualStudio.SingleFileGenerator
Assembly: Microsoft.Data.Entity.Design (in Microsoft.Data.Entity.Design.dll)
Syntax
'Declaration
Protected MustOverride ReadOnly Property DefaultExtensionString As String
Get
'Usage
Dim value As String
value = Me.DefaultExtensionString
protected abstract string DefaultExtensionString { get; }
protected:
virtual property String^ DefaultExtensionString {
String^ get () abstract;
}
abstract DefaultExtensionString : string
abstract function get DefaultExtensionString () : String
Property Value
Type: System.String
string with the default extension for this generator
See Also
Reference
Microsoft.Data.Entity.Design.VisualStudio.SingleFileGenerator Namespace