PrimitivePropertyConfigurationExtensions.AsDate Method
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.
public static Microsoft.AspNet.OData.Builder.PrimitivePropertyConfiguration AsDate (this Microsoft.AspNet.OData.Builder.PrimitivePropertyConfiguration property);
static member AsDate : Microsoft.AspNet.OData.Builder.PrimitivePropertyConfiguration -> Microsoft.AspNet.OData.Builder.PrimitivePropertyConfiguration
<Extension()>
Public Function AsDate (property As PrimitivePropertyConfiguration) As PrimitivePropertyConfiguration
Parameters
- property
- PrimitivePropertyConfiguration
Reference to the calling primitive property configuration.
Returns
Returns itself so that multiple calls can be chained.