NeoClient
NeoClient copied to clipboard
Object must implement IConvertible error when I have array of string in class
I am getting below error when my class has array of strings as a property. "One or more errors occurred. (Object must implement IConvertible.)"
I also tried below but all lead to same error.
public IEnumerable
class Company { public string[] Industry { get; set; } }