FunctionImportEntityTypeMappingConditionValue Constructor (String, Object)

 

Initializes a new FunctionImportEntityTypeMappingConditionValue instance.

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

public FunctionImportEntityTypeMappingConditionValue(
	string columnName,
	object value
)

Parameters

columnName
Type: System.String

The name of the column used to evaluate the condition.

value
Type: System.Object

The value to compare with.