11 private static Converter<object, T>
Create()
13 if (typeof(T).IsValueType)
15 if (!typeof(T).IsGenericType || !(typeof(T).GetGenericTypeDefinition() == typeof(
Nullable<>)))
static InvalidCastException InvalidCast(string message)
static readonly DBNull Value
static readonly Converter< object, T > s_unbox
static T ReferenceField(object value)
static T ValueField(object value)
static ? TElem NullableField< TElem >(object value)
static Converter< object, T > Create()
static ? T Field< T >(this DataRow row, string columnName)
static void SetField< T >(this DataRow row, int columnIndex, T? value)
static ? Delegate CreateDelegate(Type type, object target, string method, bool ignoreCase, bool throwOnBindFailure)
static string Format(string resourceFormat, object p1)
static string DataSetLinq_NonNullableCast