Class ParameterAttribute
Namespace: Telerik.OpenAccess
Assembly: Telerik.OpenAccess.dll
Syntax
[AttributeUsage(AttributeTargets.Parameter | AttributeTargets.ReturnValue, AllowMultiple = false)]
public sealed class ParameterAttribute : MetadataAttribute
Constructors
ParameterAttribute(String)
Declaration
public ParameterAttribute(string name)
Parameters
System.
|
Properties
IsNullable
Declaration
public bool IsNullable { get; set; }
Property Value
System.
|
Length
Declaration
public int Length { get; set; }
Property Value
System.
|
Mode
Name
Declaration
[ConstructorArgument]
public string Name { get; }
Property Value
System.
|
OpenAccessType
Scale
Declaration
public int Scale { get; set; }
Property Value
System.
|
SqlType
Declaration
public string SqlType { get; set; }
Property Value
System.
|