ComponentOne DataObjects for .NET
DbFieldName Property (C1ExpressField)

C1.Data.Express.2 Assembly > C1.Data.Express Namespace > C1ExpressField Class : DbFieldName Property
Gets or sets the name of the database field this field is based on.
Syntax
'Declaration
 
Public Property DbFieldName As System.String
public System.string DbFieldName {get; set;}
Remarks
This property value can be empty string, in which case the field is not based on a database field, represents a calculated field.
See Also

Reference

C1ExpressField Class
C1ExpressField Members