Skip to content

Commit 0da693a

Browse files
committed
Sample usage
1 parent f1c5f31 commit 0da693a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

EntityFramework.Reverse.POCO.Generator/Database.tt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838
IncludeStoredProcedures = true;
3939
IncludeTableValuedFunctions = false; // If true, you must set IncludeStoredProcedures = true, and install the "EntityFramework.CodeFirstStoreFunctions" Nuget Package.
4040
DisableGeographyTypes = false; // Turns off use of System.Data.Entity.Spatial.DbGeography and System.Data.Entity.Spatial.DbGeometry as OData doesn't support entities with geometry/geography types.
41+
//CollectionInterfaceType = "System.Collections.Generic.List"; // Determines the declaration type of collections for the Navigation Properties. ICollection is used if empty.
4142
CollectionType = "System.Collections.Generic.List"; // Determines the type of collection for the Navigation Properties. "ObservableCollection" for example. Add "System.Collections.ObjectModel" to AdditionalNamespaces if setting the CollectionType = "ObservableCollection".
4243
NullableShortHand = true; //true => T?, false => Nullable<T>
4344
AddUnitTestingDbContext = true; // Will add a FakeDbContext and FakeDbSet for easy unit testing

0 commit comments

Comments
 (0)