Esempio n. 1
0
 private bool IsScalar(Type type)
 {
     return(!DataSchema.GetPropertyDescriptors(type).Any());
 }