C# Класс IQMap.IQClass

Наследование: System.Attribute
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
ExcludeByDefault bool
NeverCache bool
PrimaryKey string
SelectAll bool
TableName string

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

Метод Описание
IQClass ( ) : System
IQClass ( string tableName, string primaryKey ) : System

Описание методов

IQClass() публичный Метод

public IQClass ( ) : System
Результат System

IQClass() публичный Метод

public IQClass ( string tableName, string primaryKey ) : System
tableName string
primaryKey string
Результат System

Описание свойств

ExcludeByDefault публичное свойство

When true, class properties are excluded (rather than included) by default. Only properties identified with DBField will be included.
public bool ExcludeByDefault
Результат bool

NeverCache публичное свойство

Never cache queries based on this class
public bool NeverCache
Результат bool

PrimaryKey публичное свойство

The primary key column for this table.
public string PrimaryKey
Результат string

SelectAll публичное свойство

When true, use "*" instead of generating fields for select statements.
public bool SelectAll
Результат bool

TableName публичное свойство

The name of the SQL table to which this class is bound
public string TableName
Результат string