Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ ColumnAttribute() [2/2]

System.ComponentModel.DataAnnotations.Schema.ColumnAttribute.ColumnAttribute ( string name)
inline

Definition at line 51 of file ColumnAttribute.cs.

52 {
53 if (string.IsNullOrWhiteSpace(name))
54 {
56 }
57 Name = name;
58 }
static string Format(string resourceFormat, object p1)
Definition SR.cs:118
static string ArgumentIsNullOrWhitespace
Definition SR.cs:14
Definition SR.cs:7

References System.SR.ArgumentIsNullOrWhitespace, System.SR.Format(), and System.ComponentModel.DataAnnotations.Schema.ColumnAttribute.Name.