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