Definition
Assembly: Microsoft.AspNetCore.OData.dll Namespace: Microsoft.AspNet.OData.BuilderSyntax
Summary
This type is defined in Microsoft.AspNetCore.OData.Remarks
See Microsoft documentation for more information about the rest of the API.Methods
IgnoreAuditFields Extension
Extension method from
Microsoft.Restier.Core.Model.IModelBuilderExtensionsSyntax
Parameters
| Name | Type | Description |
|---|---|---|
configuration | Microsoft.AspNet.OData.Builder.EntitySetConfiguration<T> | The entity set configuration to modify. |
Returns
Type:Microsoft.AspNet.OData.Builder.EntitySetConfiguration<T>
The entity set configuration for method chaining.
Type Parameters
T- The entity type that inherits from EasyObservableObject.
IgnoreTrackingFields Extension
Extension method from
Microsoft.Restier.Core.Model.IModelBuilderExtensionsSyntax
Parameters
| Name | Type | Description |
|---|---|---|
configuration | Microsoft.AspNet.OData.Builder.EntitySetConfiguration<T> | The entity set configuration to modify. |
Returns
Type:Microsoft.AspNet.OData.Builder.EntitySetConfiguration<T>
The entity set configuration for method chaining.
Type Parameters
T- The entity type that inherits from DbObservableObject.