The nullable tag is for issues relating to nullable members or types.
Strongly-typed DataTables support "nullable" field types, except that the designer will not allow you change the setting to "allow nulls" …
c# dataset extension-methods nullable strongly-typed-datasetWe have several projects in VB.Net, using .Net Framework 4 and Linq to Entities for many of our SQL queries. …
vb.net linq-to-entities nullable vb.net-2010 nothingI'm new in C#. In c# I can't set value of a structure to null how can I create a …
c# structure nullableI know one of the breaking changes with NHibernate 2.* is that the NHibernate.Nullables are no longer supported. Therefore, what …
nhibernate datetime nhibernate-mapping nullableThe following code will not compile: string foo = "bar"; Object o = foo == null ? DBNull.Value : foo; I get: Error 1 Type …
c# nullable conditional-operator dbnulllet's say I have a column on my table defined the following: "MyColumn" smallint NULL Storing a value like 0, 1 or …
sql postgresql types nullableHow can I calculate the time between between a nullable DateTimeOffset? to DateTimeOffset.Now ? I need the result like "x …
c# datetime nullable datetimeoffsetI'm working with .NET strongly-typed datasets and have a table with a nullable int column (and a nullable DateTime column …
.net int nullable strongly-typed-dataset