S
Sakoulakis
Hi,
I was just reading about nullable types and I like that feature very much.
What dissapointed me is that nullable string is not supported.
Imagine a field (of type sting) in a database which is not assigned.
I agree with nullable only for value types but in my eyes string is kind of
a mix between a value type and a reference type.
Greetings,
Sakis
I was just reading about nullable types and I like that feature very much.
What dissapointed me is that nullable string is not supported.
Imagine a field (of type sting) in a database which is not assigned.
I agree with nullable only for value types but in my eyes string is kind of
a mix between a value type and a reference type.
Greetings,
Sakis