ColumnAttribute.TypeName Property

The database provider specific data type of the column the property is mapped to.

Namespace:  System.ComponentModel.DataAnnotations
Assembly:  EntityFramework (in EntityFramework.dll)

Syntax

'Declaration
Public Property TypeName As String
    Get
    Set
'Usage
Dim instance As ColumnAttribute
Dim value As String

value = instance.TypeName

instance.TypeName = value
public string TypeName { get; set; }
public:
property String^ TypeName {
    String^ get ();
    void set (String^ value);
}
member TypeName : string with get, set
function get TypeName () : String
function set TypeName (value : String)

Property Value

Type: System.String

See Also

Reference

ColumnAttribute Class

System.ComponentModel.DataAnnotations Namespace