C# Class IQMap.IQClass

Inheritance: System.Attribute
Afficher le fichier Open project: jamietre/IQMap

Méthodes publiques

Свойство Type Description
ExcludeByDefault bool
NeverCache bool
PrimaryKey string
SelectAll bool
TableName string

Méthodes publiques

Méthode Description
IQClass ( ) : System
IQClass ( string tableName, string primaryKey ) : System

Method Details

IQClass() public méthode

public IQClass ( ) : System
Résultat System

IQClass() public méthode

public IQClass ( string tableName, string primaryKey ) : System
tableName string
primaryKey string
Résultat System

Property Details

ExcludeByDefault public_oe property

When true, class properties are excluded (rather than included) by default. Only properties identified with DBField will be included.
public bool ExcludeByDefault
Résultat bool

NeverCache public_oe property

Never cache queries based on this class
public bool NeverCache
Résultat bool

PrimaryKey public_oe property

The primary key column for this table.
public string PrimaryKey
Résultat string

SelectAll public_oe property

When true, use "*" instead of generating fields for select statements.
public bool SelectAll
Résultat bool

TableName public_oe property

The name of the SQL table to which this class is bound
public string TableName
Résultat string