Name Method
Name(string)
Configurates Name.
Sets the name of this column.
Declaration
public TBuilder Name(string value)
Public Function Name(value As String) As TBuilder
Parameters
| Type |
Name |
Description |
| string |
value |
The value.
|
Returns
| Type |
Description |
| TBuilder |
Current builder.
|