DeveelDB  20151217
complete SQL database system, primarly developed for .NET/Mono frameworks
IMemberMappingConfiguration.cs
Go to the documentation of this file.
1 using System;
2 using System.Collections.Generic;
3 using System.Reflection;
4 
5 using Deveel.Data.Types;
6 
7 namespace Deveel.Data.Mapping {
9  MemberInfo Member { get; }
10 
11  string ColumnName { get; }
12 
14 
15  int? Size { get; }
16 
17  int? Precision { get; }
18 
20  }
21 }
SqlTypeCode
Enumerates the codes of all SQL types handled by the system.
Definition: SqlTypeCode.cs:23