Class StorageAttribute
Namespace: Telerik.OpenAccess
Assembly: Telerik.OpenAccess.dll
Syntax
[AttributeUsage(AttributeTargets.Property, AllowMultiple = false)]
public class StorageAttribute : MetadataAttribute
Constructors
StorageAttribute(String)
Declaration
public StorageAttribute(string name)
Parameters
System.
|
Properties
NameOfField
Declaration
[ConstructorArgument]
public string NameOfField { get; }
Property Value
System.
|