Share via


DbProviderManifest.GetStoreTypes Method

Definition

When overridden in a derived class, returns the set of primitive types supported by the data source.

[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1024:UsePropertiesWhereAppropriate")]
public abstract System.Collections.ObjectModel.ReadOnlyCollection<System.Data.Entity.Core.Metadata.Edm.PrimitiveType> GetStoreTypes ();
abstract member GetStoreTypes : unit -> System.Collections.ObjectModel.ReadOnlyCollection<System.Data.Entity.Core.Metadata.Edm.PrimitiveType>
Public MustOverride Function GetStoreTypes () As ReadOnlyCollection(Of PrimitiveType)

Returns

The set of types supported by the data source.

Attributes

Applies to