Class BasicItem.DataField
Represents a data field.
Inherited Members
Namespace: DataWeb.Structure
Assembly: DataWeb.Core.dll
Syntax
public class BasicItem.DataField
Properties
DataType
Gets or sets the data type of the data field.
Declaration
public string DataType { get; set; }
Property Value
Type | Description |
---|---|
string |
Name
Gets or sets the name of the data field.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
string |