FunctionImportReturnTypeScalarPropertyMapping Constructor (String, String)

 

Initializes a new FunctionImportReturnTypeScalarPropertyMapping instance.

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

public FunctionImportReturnTypeScalarPropertyMapping(
	string propertyName,
	string columnName
)

Parameters

propertyName
Type: System.String

The mapped property name.

columnName
Type: System.String

The mapped column name.