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