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

2 lines
196 B
Plaintext
Raw Normal View History

2013-08-27 17:14:08 +02:00
<#@ Template Language="C#" HostSpecific="True" Inherits="DynamicTransform" #>
Public Property <#= Model.EntityTypeNamePluralized #> As DbSet(Of <#= ((EnvDTE.CodeType)Model.EntityType).FullName #>)