DbProviderManifest.GetStoreTypes Method ()
When overridden in a derived class, returns the set of primitive types supported by the data source.
Assembly: EntityFramework (in EntityFramework.dll)
[SuppressMessageAttribute("Microsoft.Design", "CA1024:UsePropertiesWhereAppropriate")] public abstract ReadOnlyCollection<PrimitiveType> GetStoreTypes()
Return Value
Type: System.Collections.ObjectModel.ReadOnlyCollection<PrimitiveType>The set of types supported by the data source.