Title here
Summary here
[AttributeUsage(AttributeTargets.Property)]
public sealed class DbColumnDefinition : Attribute public DbColumnDefinition() public bool AllowNulls { get; set; }| Type | Description |
|---|---|
| bool |
public string Collation { get; set; }| Type | Description |
|---|---|
| string |
public string ComputedColumn { get; set; }| Type | Description |
|---|---|
| string |
public string DataType { get; set; }| Type | Description |
|---|---|
| string |
public string DefaultValue { get; set; }| Type | Description |
|---|---|
| string |
public bool Ignore { get; set; }| Type | Description |
|---|---|
| bool |
public bool IsIdentity { get; set; }| Type | Description |
|---|---|
| bool |
public bool IsPrimaryKey { get; set; }| Type | Description |
|---|---|
| bool |
public string Name { get; set; }| Type | Description |
|---|---|
| string |