Version

DataField Class Members

The following tables list the members exposed by DataField.

Public Constructors
 NameDescription
Public ConstructorDataField ConstructorOverloaded.   
Public Properties
 NameDescription
Public PropertyAllowDBNullIndicates whether the source database allows setting null values to the filed cells.  
Public PropertyDataFieldItemOriginal field descriptor.  
Public PropertyDisplayNameThe string to use when this field is displayed  
Public PropertyIsDataKeyFieldIndicates if the DataField is an data key field.  
Public PropertyNameName of the field.  
Public PropertyTypeType of the field.  
Protected Properties
 NameDescription
Protected PropertyViewStateReturns the ViewState  
Public Methods
 NameDescription
Public MethodParseOverloaded. This function takes a string value and parses it to an object of the same type as the DataField's Type using the current culture format.  
Public MethodTryParse  
See Also