C# Class IQMap.IQField

Inheritance: System.Attribute
Mostrar archivo Open project: jamietre/IQMap

Public Properties

Property Type Description
IgnoreNull bool
IsNullable bool
PrimaryKey bool
ReadOnly bool
SqlName string

Property Details

IgnoreNull public_oe property

When true, null values will be mapped to the data type default in
public bool IgnoreNull
return bool

IsNullable public_oe property

public bool IsNullable
return bool

PrimaryKey public_oe property

public bool PrimaryKey
return bool

ReadOnly public_oe property

When true, data will be loaded from the selection set, but never updated.
public bool ReadOnly
return bool

SqlName public_oe property

public string SqlName
return string