C# 클래스 RPS.DBTableDefinition

파일 보기 프로젝트 열기: marijnkampf/Random-Photo-Screensaver 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
columns ColumnInfo>.Dictionary
tablename string

공개 메소드들

메소드 설명
CreateTableSQL ( ) : string
DBTableDefinition ( string tablename, ColumnInfo>.Dictionary columns ) : System
SQLColumnDefs ( ) : string

메소드 상세

CreateTableSQL() 공개 메소드

public CreateTableSQL ( ) : string
리턴 string

DBTableDefinition() 공개 메소드

public DBTableDefinition ( string tablename, ColumnInfo>.Dictionary columns ) : System
tablename string
columns ColumnInfo>.Dictionary
리턴 System

SQLColumnDefs() 공개 메소드

public SQLColumnDefs ( ) : string
리턴 string

프로퍼티 상세

columns 공개적으로 프로퍼티

public Dictionary columns
리턴 ColumnInfo>.Dictionary

tablename 공개적으로 프로퍼티

public string tablename
리턴 string