ComponentOne DataObjects for .NET
DbFieldName Property (DbTableField)

C1.Data.2 Assembly > C1.Data.SchemaObjects Namespace > DbTableField 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

DbTableField Class
DbTableField Members
Table Fields