C# 클래스 CuckooTimer_Database.Helpers

파일 보기 프로젝트 열기: CuckooTimer/CuckooTimer

공개 메소드들

메소드 설명
WithIdColumn ( this tableWithColumnSyntax ) : ICreateTableColumnOptionOrWithColumnSyntax
WithTimeStamps ( this tableWithColumnSyntax ) : ICreateTableColumnOptionOrWithColumnSyntax

메소드 상세

WithIdColumn() 공개 정적인 메소드

public static WithIdColumn ( this tableWithColumnSyntax ) : ICreateTableColumnOptionOrWithColumnSyntax
tableWithColumnSyntax this
리턴 ICreateTableColumnOptionOrWithColumnSyntax

WithTimeStamps() 공개 정적인 메소드

public static WithTimeStamps ( this tableWithColumnSyntax ) : ICreateTableColumnOptionOrWithColumnSyntax
tableWithColumnSyntax this
리턴 ICreateTableColumnOptionOrWithColumnSyntax