Show / Hide Table of Contents

Class ManageSelList

This class is useful for retrieving and recording reference lists from DB.

Inheritance
System.Object
ManageSelList
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: SDBCS.management
Assembly: SDBCS.dll
Syntax
public class ManageSelList
Remarks

Author Mehmet Hayati KINAŞ

Version 1.0

Constructors

ManageSelList(RunDB, String[], String[])

The constructor sets runDB, refTableNames, refFieldNames for getting lists.

Declaration
public ManageSelList(RunDB runDB, string[] refTableNames, string[] refFieldNames)
Parameters
Type Name Description
RunDB runDB

For connecting the database and executing processes.

System.String[] refTableNames

The reference table names to access.

System.String[] refFieldNames

The names of reference table fields to be accessed.

Methods

getErrorString()

For gettig errorString

Declaration
public string getErrorString()
Returns
Type Description
System.String

errorString

getLists()

For gettig lists

Declaration
public string[][] getLists()
Returns
Type Description
System.String[][]

String array

In This Article
Back to top Generated by DocFX