Base:
property
IsNullable
System.Data.Common.DbParameter.IsNullable
Implemented interface member:
property
IsNullable
System.Data.IDataParameter.IsNullable
1 write to IsNullable
System.Data.Entity (1)
System\Data\EntityClient\EntityParameter.cs (1)
107
this.
IsNullable
= isNullable;
1 reference to IsNullable
System.Data.Entity (1)
System\Data\EntityClient\EntityCommandDefinition.cs (1)
518
storeParameter.IsNullable = entityParameter.
IsNullable
;