static public bool IsEnumerableProperty(object value)
 {
     return(DataTransactionHelper.IsEnumerableProperty(value));
 }