Files
Umbraco-CMS/src/Umbraco.Core/Persistence/DatabaseModelDefinitions/SystemMethods.cs
T

11 lines
217 B
C#
Raw Normal View History

2017-07-20 11:21:28 +02:00
namespace Umbraco.Core.Persistence.DatabaseModelDefinitions
2012-11-30 15:01:52 -01:00
{
public enum SystemMethods
{
NewGuid,
CurrentDateTime,
//NewSequentialId,
//CurrentUTCDateTime
2012-11-30 15:01:52 -01:00
}
2017-07-20 11:21:28 +02:00
}