Share via


RelationalTypeMapper.ValidateTypeName(String) Method

Definition

Ensures that the given type name is a valid type for the relational database. An exception is thrown if it is not a valid type.

public virtual void ValidateTypeName (string storeType);
abstract member ValidateTypeName : string -> unit
override this.ValidateTypeName : string -> unit
Public Overridable Sub ValidateTypeName (storeType As String)

Parameters

storeType
String

The type to be validated.

Implements

Applies to