C# Class QSProjectsLib.TableInfo.DeleteDependenceItem

Show file Open project: QualitySolution/QSProjects

Public Properties

Property Type Description
SqlParam PrimaryKeys
sqlwhere string

Public Methods

Method Description
DeleteDependenceItem ( string sqlwhere, string StrParamName, string IntParamName ) : System

Method Details

DeleteDependenceItem() public method

public DeleteDependenceItem ( string sqlwhere, string StrParamName, string IntParamName ) : System
sqlwhere string
StrParamName string
IntParamName string
return System

Property Details

SqlParam public property

public PrimaryKeys SqlParam
return PrimaryKeys

sqlwhere public property

public string sqlwhere
return string