Share via


InsertHistoryOperation.CreatedOn Property

Gets the value to store in the history table indicating when this entry was created.

Namespace:  System.Data.Entity.Migrations.Model
Assembly:  EntityFramework (in EntityFramework.dll)

Syntax

'Declaration
Public ReadOnly Property CreatedOn As DateTime
    Get
'Usage
Dim instance As InsertHistoryOperation
Dim value As DateTime

value = instance.CreatedOn
public DateTime CreatedOn { get; }
public:
property DateTime CreatedOn {
    DateTime get ();
}
member CreatedOn : DateTime
function get CreatedOn () : DateTime

Property Value

Type: System.DateTime

See Also

Reference

InsertHistoryOperation Class

System.Data.Entity.Migrations.Model Namespace