Ancestry.QueryProcessor.Type.ScalarType.BuildDefault C# (CSharp) Method

BuildDefault() public method

public BuildDefault ( ) : Parse.Expression
return Parse.Expression
        public override Parse.Expression BuildDefault()
        {
            return new Parse.LiteralExpression { Value = ReflectionUtility.GetDefaultValue(Native) };
        }