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

◆ TypeName

string? System.ComponentModel.DataAnnotations.Schema.ColumnAttribute.TypeName
getset

Definition at line 30 of file ColumnAttribute.cs.

31 {
32 get
33 {
34 return _typeName;
35 }
36 [param: DisallowNull]
37 set
38 {
39 if (string.IsNullOrWhiteSpace(value))
40 {
42 }
44 }
45 }
static string Format(string resourceFormat, object p1)
Definition SR.cs:118
static string ArgumentIsNullOrWhitespace
Definition SR.cs:14
Definition SR.cs:7