|
|
От: | muhalet | |
| Дата: | 17.02.12 10:54 | ||
| Оценка: | |||
private static object GetNullInternal(Type type)
{
…
if (type == typeof(SqlSingle)) return SqlSingle. Null;
if (type == typeof(SqlBinary)) return SqlBinary. Null;
if (type == typeof(SqlBytes)) return SqlBytes.Null;
…
}