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

NotNull() public method

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