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

◆ NotSupportedStatementType()

static ArgumentOutOfRangeException System.Data.Common.ADP.NotSupportedStatementType ( StatementType value,
string method )
inlinestaticpackage

Definition at line 159 of file ADP.cs.

160 {
161 return NotSupportedEnumerationValue(typeof(StatementType), value.ToString(), method);
162 }
static ArgumentOutOfRangeException NotSupportedEnumerationValue(Type type, string value, string method)
Definition ADP.cs:767

References System.Data.Common.ADP.NotSupportedEnumerationValue(), and System.value.

Referenced by System.Data.Common.RowUpdatingEventArgs.RowUpdatingEventArgs().