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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Entity Framework