Entity Framework
6
EF
6
Home
EF Core 5
Articles
Knowledge Base
Online Examples
Home
EF Core 5
Articles
Knowledge Base
Online Examples
Entity Framework 6 - Knowledge Base (KB)
Search
1 results for:
in tag: sql-types
Set decimal(16, 3) for a column in Code First Approach in EF4.3
How can I do this : ...private decimal _SnachCount; [Required] [DataType("decimal(16 ,3")] public decimal SnachCount { get { return _SnachCount; } set { _SnachCount = value; } } private decimal _MinimumStock; [Required] [DataType("decimal(16 ,3")...
ef-code-first
entity-framework
sql-types
asked by
Ali Foroughi
Page 1 of 1
1
Prime Library
Performance
Entity Framework Extensions
Entity Framework Classic
Bulk Operations
Dapper Plus
Expression Evaluator
C# Eval Expression
SQL Eval Function
More Projects...
Related
EF Extensions Online Benchmark
WIN an EF Extensions license
EF6 BatchSaveChanges for only $79
Need Performance?
Save your entities 20× faster with EF Extensions
SaveChanges vs BulkSaveChanges