5 references to IsNullable
System.Data.Entity (5)
System\Data\Common\CommandTrees\AbstractExpressions.cs (1)
341
if (!TypeSemantics.
IsNullable
(type))
System\Data\Common\DbCommandDefinition.cs (1)
73
parameter.IsNullable = TypeSemantics.
IsNullable
(type);
System\Data\Metadata\Edm\TypeUsage.cs (1)
444
if (!TypeSemantics.
IsNullable
(this))
System\Data\Metadata\TypeSemantics.cs (1)
639
return
IsNullable
(edmMember.TypeUsage);
System\Data\SqlClient\SqlProviderServices.cs (1)
395
bool isNullable = TypeSemantics.
IsNullable
(type);