Show / Hide Table of Contents

Class DBSheetDefRow

DataRow Class for DBSheetDefTable

Inheritance
System.Object
System.Data.DataRow
DBSheetDefRow
Namespace: DBaddin
Assembly: DBaddin.dll
Syntax
public class DBSheetDefRow : DataRow

Properties

| Improve this Doc View Source

fkey

Declaration
public string fkey { get; set; }
Property Value
Description
| Improve this Doc View Source

flookup

Declaration
public string flookup { get; set; }
Property Value
Description
| Improve this Doc View Source

ftable

Declaration
public string ftable { get; set; }
Property Value
Description
| Improve this Doc View Source

lookup

Declaration
public string lookup { get; set; }
Property Value
Description
| Improve this Doc View Source

name

Declaration
public string name { get; set; }
Property Value
Description
| Improve this Doc View Source

outer

Declaration
public bool outer { get; set; }
Property Value
Description
| Improve this Doc View Source

primkey

Declaration
public bool primkey { get; set; }
Property Value
Description
| Improve this Doc View Source

sort

Declaration
public string sort { get; set; }
Property Value
Description
| Improve this Doc View Source

type

Declaration
public string type { get; set; }
Property Value
Description
  • Improve this Doc
  • View Source
Back to top Generated by DocFX