Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
Schema
string
? System.ComponentModel.DataAnnotations.Schema.TableAttribute.Schema
get
set
Definition at line
12
of file
TableAttribute.cs
.
13
{
14
get
15
{
16
return
_schema
;
17
}
18
[param: DisallowNull]
19
set
20
{
21
if
(
string
.IsNullOrWhiteSpace(
value
))
22
{
23
throw
new
ArgumentException
(
System
.
SR
.
Format
(
System
.
SR
.
ArgumentIsNullOrWhitespace
,
"value"
),
"value"
);
24
}
25
_schema
=
value
;
26
}
27
}
System.ComponentModel.DataAnnotations.Schema.TableAttribute._schema
string _schema
Definition
TableAttribute.cs:8
System.SR.Format
static string Format(string resourceFormat, object p1)
Definition
SR.cs:118
System.SR.ArgumentIsNullOrWhitespace
static string ArgumentIsNullOrWhitespace
Definition
SR.cs:14
System.SR
Definition
SR.cs:7
System.Xml.ExceptionType.ArgumentException
@ ArgumentException
System.ExceptionArgument.value
@ value
System
Definition
BlockingCollection.cs:8
System
ComponentModel
DataAnnotations
Schema
TableAttribute
Generated by
1.10.0