Persistence.TrackModel.GetDatabaseType C# (CSharp) Method

GetDatabaseType() public method

Gets type reference to the database type
public GetDatabaseType ( ) : Type
return System.Type
        public Type GetDatabaseType()
        {
            return typeof(Track);
        }