Class QuerySource.ColumnDef
Provides column definition in QuerySource
Inheritance
System.Object
    QuerySource.ColumnDef
  Implements
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: NFX.DataAccess.CRUD
Assembly: NFX.dll
Syntax
public class ColumnDef : INamed
  Properties
BackendName
Declaration
public string BackendName { get; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
Description
Declaration
public string Description { get; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
Key
Declaration
public bool Key { get; }
  Property Value
| Type | Description | 
|---|---|
| System.Boolean | 
Name
Declaration
public string Name { get; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
Required
Declaration
public bool Required { get; }
  Property Value
| Type | Description | 
|---|---|
| System.Boolean | 
StoreFlag
Declaration
public StoreFlag StoreFlag { get; }
  Property Value
| Type | Description | 
|---|---|
| StoreFlag | 
Visible
Declaration
public bool Visible { get; }
  Property Value
| Type | Description | 
|---|---|
| System.Boolean |