NHibernate.Type.DateTimeOffsetType.Next C# (CSharp) Method

Next() public method

public Next ( object current, ISessionImplementor session ) : object
current object
session ISessionImplementor
return object
		public object Next(object current, ISessionImplementor session)
		{
			return Seed(session);
		}