Class RVSchemaColumnAttribute
Attribute that can be used to alter the field name and/or data type of any of the properties in a class declaration. Supported when implementing In-Memory data.
Inheritance
System.Object
RVSchemaColumnAttribute
Namespace: Reveal.Sdk
Assembly: Infragistics.Reveal.SDK.Server.dll
Syntax
public class RVSchemaColumnAttribute : Attribute
Constructors
RVSchemaColumnAttribute(String)
Constructor that receives the desired field name
Declaration
public RVSchemaColumnAttribute(string name)
Parameters
Type | Name | Description |
---|---|---|
System.String | name | The string containing the desired field name |
RVSchemaColumnAttribute(String, RVSchemaColumnType)
Constructor that receives the desired field name and data type
Declaration
public RVSchemaColumnAttribute(string name, RVSchemaColumnType type)
Parameters
Type | Name | Description |
---|---|---|
System.String | name | The string containing the desired field name |
RVSchemaColumnType | type | The RVSchemaColumnType object containing the desired data type |
Properties
Name
Declaration
public string Name { get; }
Property Value
Type | Description |
---|---|
System.String |
Type
Declaration
public Nullable<RVSchemaColumnType> Type { get; }
Property Value
Type | Description |
---|---|
System.Nullable<RVSchemaColumnType> |