c# - Is it possible to ignore a column mapping contitionally in code first Entity Framework? -
c# - Is it possible to ignore a column mapping contitionally in code first Entity Framework? -
i using entity framework connect 2 databases same schema. generated code first classes database of tables , columns. wondering if there way homecoming null column may missing (and not mapping error) , homecoming value database still has column? don't want ignore mapping property because want value database still has column.
c# entity-framework-5
Comments
Post a Comment