C# 클래스 DSShared.DB.DBTableType

Class that wraps around a Type object that automates the retrieval and updating of rows in a database
파일 보기 프로젝트 열기: pmprog/OpenXCOM.Tools 1 사용 예제들

공개 메소드들

메소드 설명
DBTableType ( string table, Type type ) : System

Constructor

this ( PropertyInfo pi ) : DBColumnAttribute

Gets the DBColumnAttribute attached to the specified PropertyInfo

메소드 상세

DBTableType() 공개 메소드

Constructor
public DBTableType ( string table, Type type ) : System
table string Name of the table in the database this object represents
type System.Type Underlying type that operates directly on the database table
리턴 System

this() 공개 메소드

Gets the DBColumnAttribute attached to the specified PropertyInfo
public this ( PropertyInfo pi ) : DBColumnAttribute
pi System.Reflection.PropertyInfo
리턴 DBColumnAttribute