MySql.Data.Entity.ExistsFragment.ExistsFragment C# (CSharp) Method

ExistsFragment() public method

public ExistsFragment ( SqlFragment f ) : System
f SqlFragment
return System
        public ExistsFragment(SqlFragment f)
        {
            Argument = f;
        }