EntityModelCodeGenerator.DefaultExtensionString Property
Microsoft internal use only.
Namespace: Microsoft.Data.Entity.Design.VisualStudio.SingleFileGenerator
Assembly: Microsoft.Data.Entity.Design (in Microsoft.Data.Entity.Design.dll)
Syntax
'Declaration
Protected Overrides ReadOnly Property DefaultExtensionString As String
Get
'Usage
Dim value As String
value = Me.DefaultExtensionString
protected override string DefaultExtensionString { get; }
protected:
virtual property String^ DefaultExtensionString {
String^ get () override;
}
override function get DefaultExtensionString () : String
Property Value
Type: System.String
Microsoft internal use only.
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
EntityModelCodeGenerator Class
EntityModelCodeGenerator Members
Microsoft.Data.Entity.Design.VisualStudio.SingleFileGenerator Namespace