FunctionImportReturnTypeScalarPropertyMapping Class

 

Maps a function import return type property to a table column.

Namespace:   System.Data.Entity.Core.Mapping
Assembly:  EntityFramework (in EntityFramework.dll)

System.Object
  System.Data.Entity.Core.Mapping.MappingItem
    System.Data.Entity.Core.Mapping.FunctionImportReturnTypePropertyMapping
      System.Data.Entity.Core.Mapping.FunctionImportReturnTypeScalarPropertyMapping

public sealed class FunctionImportReturnTypeScalarPropertyMapping : FunctionImportReturnTypePropertyMapping

NameDescription
System_CAPS_pubmethodFunctionImportReturnTypeScalarPropertyMapping(String, String)

Initializes a new FunctionImportReturnTypeScalarPropertyMapping instance.

NameDescription
System_CAPS_pubpropertyColumnName

Gets the mapped column name.

System_CAPS_pubpropertyPropertyName

Gets the mapped property name.

NameDescription
System_CAPS_pubmethodEquals(Object)

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.