RingSoft.DbLookup.Controls.WPF.Properties Namespace
RingSoft.DbMaintenance Namespace

FieldFilterDefinition..::..CastEnumValueAsInt Property

Gets a value indicating whether to cast enum value as int.

Namespace:  RingSoft.DbLookup.TableProcessing
Assembly:  RingSoft.DbLookup (in RingSoft.DbLookup.dll)

Syntax


public bool CastEnumValueAsInt { get; set; }
Public Property CastEnumValueAsInt As Boolean
	Get
	Set
public:
property bool^ CastEnumValueAsInt {
	bool^ get ();
	void set (bool^ value);
}

Field Value

true if cast enum value as int; otherwise, false.