C# Class CuckooTimer_Database.Helpers

Show file Open project: CuckooTimer/CuckooTimer

Public Methods

Method Description
WithIdColumn ( this tableWithColumnSyntax ) : ICreateTableColumnOptionOrWithColumnSyntax
WithTimeStamps ( this tableWithColumnSyntax ) : ICreateTableColumnOptionOrWithColumnSyntax

Method Details

WithIdColumn() public static method

public static WithIdColumn ( this tableWithColumnSyntax ) : ICreateTableColumnOptionOrWithColumnSyntax
tableWithColumnSyntax this
return ICreateTableColumnOptionOrWithColumnSyntax

WithTimeStamps() public static method

public static WithTimeStamps ( this tableWithColumnSyntax ) : ICreateTableColumnOptionOrWithColumnSyntax
tableWithColumnSyntax this
return ICreateTableColumnOptionOrWithColumnSyntax