C# Класс DSShared.DB.DBTableType

Class that wraps around a Type object that automates the retrieval and updating of rows in a database
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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