Deveel.Data.Protocol.QueryResultColumn.SetUnique C# (CSharp) Method

SetUnique() public method

Sets this column to unique.
Note: This can only happen during the setup of the object. Unpredictable results will occur otherwise.
public SetUnique ( ) : void
return void
        public void SetUnique()
        {
            IsUnique = true;
        }