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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Entity Framework