Search Results for

    Show / Hide Table of Contents

    Interface IModifiedOn

    Implement this interface on entities you want the library to automatically store the modified date with

    Namespace: MongoDB.Entities
    Assembly: MongoDB.Entities.dll
    Syntax
    public interface IModifiedOn

    Properties

    ModifiedOn

    This property will be automatically set by the library when an entity is updated.

    TIP: This property is useful when sorting by update date.

    Declaration
    DateTime ModifiedOn { get; set; }
    Property Value
    Type Description
    DateTime
    In this article
    Back to top Developed by Đĵ ΝιΓΞΗΛψΚ and contributors / Licensed under MIT / Website generated by DocFX