Share via


IRelationalTypeMapper.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 void ValidateTypeName (string storeType);
abstract member ValidateTypeName : string -> unit
Public Sub ValidateTypeName (storeType As String)

Parameters

storeType
String

The type to be validated.

Applies to