[]
        
(Showing Draft Content)

GrapeCity.Enterprise.Data.Expressions.Evaluation.Variant.FromObject

FromObject Method

FromObject(object)

Initializes a new instance of the Variant from the value specified as object. The type of variant will be inferred from the specified value.

Declaration
public static Variant FromObject(object value)
Parameters
Type Name Description
object value

The value of the Variant.

Returns
Type Description
Variant