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)
107this.IsNullable = isNullable;
1 reference to IsNullable
System.Data.Entity (1)
System\Data\EntityClient\EntityCommandDefinition.cs (1)
518storeParameter.IsNullable = entityParameter.IsNullable;