FunctionImportReturnTypeScalarPropertyMapping Constructor (String, String)
Initializes a new FunctionImportReturnTypeScalarPropertyMapping instance.
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.