Sharp.Data.Schema.FluentColumn.Comment C# (CSharp) 메소드

Comment() 공개 메소드

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