FieldDefinition..::..HasDescription Method
Sets the field description that the user will see.
Namespace:
RingSoft.DbLookup.ModelDefinition.FieldDefinitionsAssembly: RingSoft.DbLookup (in RingSoft.DbLookup.dll)
Syntax
public FieldDefinition HasDescription( string description )
Public Function HasDescription ( _ description As String _ ) As FieldDefinition
public: FieldDefinition^ HasDescription( String^ description )
Parameters
- description
- Type: String
The description value.