Class DataWrapper
Inheritance
System.Object
DataWrapper
Namespace: Telerik.OpenAccess.SPI
Assembly: Telerik.OpenAccess.dll
Syntax
public class DataWrapper
Constructors
DataWrapper()
Declaration
public DataWrapper()
Properties
Names
Declaration
public IEnumerable<string> Names { get; set; }
Property Value
System.
|
Types
Declaration
public List<Type> Types { get; set; }
Property Value
System.
|
Values
Declaration
public List<object> Values { get; set; }
Property Value
System.
|