Determines whether to treat the '?' character in
CommandText as an unnamed parameter.
Syntax
Visual Basic (Declaration) | |
---|
Public Property IgnoreUnnamedParameters As Boolean |
C# | |
---|
public bool IgnoreUnnamedParameters {get; set;} |
Property Value
true, if the '?' characters in
CommandText should not be treated as unnamed parameters; otherwise
false. Default value if
false.
Requirements
Platforms:Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows 7, Windows 8, Windows 10, Windows Server 2012 family.
See Also