Method SetDefaultValue
| Improve this Doc View SourceSetDefaultValue(Object, String, String)
Sets default value for this column.
Declaration
public void SetDefaultValue(object defaultValue, string name, string description)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Object | defaultValue | The default value. |
| System.String | name | Name of the default. |
| System.String | description | Description of the default. |