ValueConditionMapping(EdmProperty, Object) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates a ValueConditionMapping instance.
public ValueConditionMapping(System.Data.Entity.Core.Metadata.Edm.EdmProperty propertyOrColumn, object value);
new System.Data.Entity.Core.Mapping.ValueConditionMapping : System.Data.Entity.Core.Metadata.Edm.EdmProperty * obj -> System.Data.Entity.Core.Mapping.ValueConditionMapping
Public Sub New (propertyOrColumn As EdmProperty, value As Object)
Parameters
- propertyOrColumn
- EdmProperty
An EdmProperty that specifies a property or column.
- value
- Object
An object that specifies the value to compare with.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Entity Framework