BindByName
This property specifies whether the binding method used for the parameter collection is by name or by position. Default value (false
) is bind by position.
Declaration
// C# public static bool BindByName { get; set; }
Property Type
System.Boolean