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

NotNull() 공개 메소드

public NotNull ( ) : FluentColumn
리턴 FluentColumn
        public FluentColumn NotNull()
        {
            Object.IsNullable = false;
            return this;
        }