A scalar data binder queries a specified data source with a data binding and converts the resulting value to the requested type. It does nothing during unbinding.

Namespace:  Gallio.Framework.Data
Assembly:  Gallio (in Gallio.dll) Version: 3.4.0.0 (3.4.11.0)

Syntax

C#
public class ScalarDataBinder : BaseDataBinder
Visual Basic (Declaration)
Public Class ScalarDataBinder _
	Inherits BaseDataBinder

Inheritance Hierarchy

System..::.Object
  Gallio.Framework.Data..::.BaseDataBinder
    Gallio.Framework.Data..::.ScalarDataBinder

See Also