public int? EFConstruction { get; set; }Public Property EFConstruction As Integer?
Get
Setpublic:
property Nullable<int> EFConstruction {
Nullable<int> get ();
void set (Nullable<int> value);
}member EFConstruction : Nullable<int> with get, set