3 references to CollectionNullValue
System.Data (3)
fx\src\data\System\Data\Common\AdapterUtil.cs (3)
1030return CollectionNullValue(parameter, typeof(DataColumnMappingCollection), typeof(DataColumnMapping)); 1061return CollectionNullValue(parameter, typeof(DataTableMappingCollection), typeof(DataTableMapping)); 1630return CollectionNullValue(parameter, collection.GetType(), parameterType);