Class FetchFieldAttribute
Inheritance
System.Object
System.Attribute
FetchFieldAttribute
Namespace: Telerik.OpenAccess
Assembly: Telerik.OpenAccess.dll
Syntax
[AttributeUsage(AttributeTargets.Field, AllowMultiple = true)]
public sealed class FetchFieldAttribute : Attribute, _Attribute
Constructors
FetchFieldAttribute(String)
Declaration
public FetchFieldAttribute(string fetchGroupName)
Parameters
System.
|
Properties
Depth
Declaration
public int Depth { get; set; }
Property Value
System.
|
KeyDepth
Declaration
public int KeyDepth { get; set; }
Property Value
System.
|
KeyNext
Declaration
public string KeyNext { get; set; }
Property Value
System.
|
KeyPath
Declaration
public string KeyPath { get; set; }
Property Value
System.
|
Name
Declaration
public string Name { get; }
Property Value
System.
|
Next
Declaration
public string Next { get; set; }
Property Value
System.
|
Path
Declaration
public string Path { get; set; }
Property Value
System.
|