Sharp.Data.Schema.FluentColumn.Comment C# (CSharp) Method

Comment() public method

public Comment ( string comment ) : FluentColumn
comment string
return FluentColumn
        public FluentColumn Comment(string comment)
        {
            Object.Comment = comment;
            return this;
        }