Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
DisplayExpression
string
System.Data.DataTable.DisplayExpression
get
set
inherited
Definition at line
366
of file
DataTable.cs
.
367
{
368
get
369
{
370
return
DisplayExpressionInternal
;
371
}
372
[
RequiresUnreferencedCode
(
"Members from types used in the expressions may be trimmed if not referenced directly."
)]
373
[
param
:
AllowNull
]
374
set
375
{
376
_displayExpression
= ((!
string
.IsNullOrEmpty(
value
)) ?
new
DataExpression(
this
,
value
) :
null
);
377
}
378
}
System.Data.DataTable.DisplayExpressionInternal
string DisplayExpressionInternal
Definition
DataTable.cs:381
System.Data.DataTable._displayExpression
DataExpression _displayExpression
Definition
DataTable.cs:90
System.Runtime.Serialization.CollectionKind.Dictionary
@ Dictionary
System.ExceptionArgument.value
@ value
System
Data
TypedTableBase
Generated by
1.10.0