IsNullConditionMapping(EdmProperty, Boolean) 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 an IsNullConditionMapping instance.
public IsNullConditionMapping (System.Data.Entity.Core.Metadata.Edm.EdmProperty propertyOrColumn, bool isNull);
new System.Data.Entity.Core.Mapping.IsNullConditionMapping : System.Data.Entity.Core.Metadata.Edm.EdmProperty * bool -> System.Data.Entity.Core.Mapping.IsNullConditionMapping
Public Sub New (propertyOrColumn As EdmProperty, isNull As Boolean)
Parameters
- propertyOrColumn
- EdmProperty
An EdmProperty that specifies a property or column.
- isNull
- Boolean
A boolean that indicates whether to perform a null or a not-null check.
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