Does anyone know if it is possible to use the Entity Framework Code First approach when developing applications using Monotouch? I appear to be at a stumbling block with the lack of System.Data.Common.DbProviderFactories support in the System.Data library.
If this is not possible, what other similar options are available?