ODataModelBuilder.GetTypeConfigurationOrNull(Type) Method

Definition

Attempts to find a pre-configured structural type or a primitive type or an enum type that matches the T. If no matches are found NULL is returned.

public Microsoft.AspNet.OData.Builder.IEdmTypeConfiguration GetTypeConfigurationOrNull (Type type);
member this.GetTypeConfigurationOrNull : Type -> Microsoft.AspNet.OData.Builder.IEdmTypeConfiguration
Public Function GetTypeConfigurationOrNull (type As Type) As IEdmTypeConfiguration

Parameters

type
Type

Returns

Applies to