C# Class QSProjectsLib.TableInfo

Datei anzeigen Open project: QualitySolution/QSProjects Class Usage Examples

Public Properties

Property Type Description
ClearItems ClearDependenceItem>.Dictionary
DeleteItems DeleteDependenceItem>.Dictionary
DisplayString string
ObjectName string
ObjectsName string
PrimaryKey PrimaryKeys
SqlSelect string

Public Methods

Method Description
TableInfo ( ) : System

Method Details

TableInfo() public method

public TableInfo ( ) : System
return System

Property Details

ClearItems public_oe property

public Dictionary ClearItems
return ClearDependenceItem>.Dictionary

DeleteItems public_oe property

public Dictionary DeleteItems
return DeleteDependenceItem>.Dictionary

DisplayString public_oe property

public string DisplayString
return string

ObjectName public_oe property

public string ObjectName
return string

ObjectsName public_oe property

public string ObjectsName
return string

PrimaryKey public_oe property

public PrimaryKeys PrimaryKey
return PrimaryKeys

SqlSelect public_oe property

public string SqlSelect
return string