'DeclarationPublic Overrides NotOverridable Function GetStoreType( _ ByVal edmType As System.Data.Entity.Core.Metadata.Edm.TypeUsage _ ) As System.Data.Entity.Core.Metadata.Edm.TypeUsage
'UsageDim instance As VistaDBProviderManifest Dim edmType As System.Data.Entity.Core.Metadata.Edm.TypeUsage Dim value As System.Data.Entity.Core.Metadata.Edm.TypeUsage value = instance.GetStoreType(edmType)
public override System.Data.Entity.Core.Metadata.Edm.TypeUsage GetStoreType( System.Data.Entity.Core.Metadata.Edm.TypeUsage edmType )
Parameters
- edmType
- The TypeUsage instance that describes the EDM type and a set of facets for that type to be mapped to a storage type.A TypeUsage encapsulating an EDM type and a set of facets
Return Value
The TypeUsage instance that describes a storage type and a set of facets for that type.A TypeUsage encapsulating a store type and a set of facets