Hy, sorry for my poor english.
I'm trying to use OpenAcess with PostgreSQL. My database have just only a table with a custom type.
Table definition:
My custom_control Definition:
After create a new domain model and try to see the table table on a radgrid, the following error occours:
Server Error in '/' Application.
No database type mapping found for field '_myarray': CLR type 'System.Object' or column type '_int4' unmapped.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: Telerik.OpenAccess.Exceptions.MetadataException: No database type mapping found for field '_myarray': CLR type 'System.Object' or column type '_int4' unmapped.
Any idea what i have to do to solve this problem?