CachedModelMetadata<TPrototypeCache>.ComputeDataTypeName Method
This method is protected and therefore cannot be called directly. This method was designed to be overridden in a deriving class such as CachedDataAnnotationsModelMetadata.
Gets or sets meta information about the data type.
Namespace: System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
Syntax
'Declaration
Protected Overridable Function ComputeDataTypeName As String
'Usage
Dim returnValue As String
returnValue = Me.ComputeDataTypeName()
protected virtual string ComputeDataTypeName()
protected:
virtual String^ ComputeDataTypeName()
abstract ComputeDataTypeName : unit -> string
override ComputeDataTypeName : unit -> string
protected function ComputeDataTypeName() : String
Return Value
Type: System.String
Meta information about the data type.