Mineplex2018-withcommit/Website/packages/T4Scaffolding.1.0.6/tools/EFDbContext/DbContextEntityMember.vb.t4

2 lines
196 B
Plaintext

<#@ Template Language="C#" HostSpecific="True" Inherits="DynamicTransform" #>
Public Property <#= Model.EntityTypeNamePluralized #> As DbSet(Of <#= ((EnvDTE.CodeType)Model.EntityType).FullName #>)