MongoDomainManager<TData> Class
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.
Provides an DomainManager<TData> implementation targeting Mongo as the backend store.
public class MongoDomainManager<TData> : Microsoft.WindowsAzure.Mobile.Service.Tables.DomainManager<TData> where TData : class, ITableData
type MongoDomainManager<'Data (requires 'Data : null and 'Data :> ITableData)> = class
inherit DomainManager<'Data (requires 'Data : null and 'Data :> ITableData)>
Public Class MongoDomainManager(Of TData)
Inherits DomainManager(Of TData)
Type Parameters
- TData
The data object (DTO) type.
- Inheritance
Constructors
Properties
CollectionName | |
Context | |
DatabaseName | |
EnableSoftDelete |
Determines whether rows are hard deleted or marked as deleted. False by default. (Inherited from DomainManager<TData>) |
IncludeDeleted |
Determines whether soft deleted records are included in query results. True by default. (Inherited from DomainManager<TData>) |
Request |
Instance of HttpRequestMessage (Inherited from DomainManager<TData>) |
Services |
Instance of ApiServices (Inherited from DomainManager<TData>) |
Methods
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.
Azure SDK for .NET