C# Class QSProjectsLib.TableInfo

Show file 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 property

public Dictionary ClearItems
return ClearDependenceItem>.Dictionary

DeleteItems public property

public Dictionary DeleteItems
return DeleteDependenceItem>.Dictionary

DisplayString public property

public string DisplayString
return string

ObjectName public property

public string ObjectName
return string

ObjectsName public property

public string ObjectsName
return string

PrimaryKey public property

public PrimaryKeys PrimaryKey
return PrimaryKeys

SqlSelect public property

public string SqlSelect
return string