Use parameter types that are compatible with the data types of the corresponding parameters of the sql server procedure 使用的参数类型与sql server过程的相应参数的数据类型兼容。
This includes the element type property or procedure , its parameters and parameter types , and its return type 这包括元素类型(属性或过程) 、它的参数和参数类型以及它的返回类型。
Defines a global method given its name , attributes , calling convention , return type , and parameter types 在给定其名称、属性、调用约定、返回类型和参数类型的情况下,定义全局方法。
Returns a method having the specified name , binding information , calling convention , and parameter types and modifiers 返回具有指定名称、绑定信息、调用约定、参数类型和修饰符的方法。
Any procedure with matching parameter types and return type may be used to create an instance of this delegate class 任何具有匹配参数类型和返回类型的过程均可用来创建此委托类的实例。
Demonstrates that functions can be overloaded depending on whether the parameter type is an interior pointer or a native pointer 演示可以根据参数类型是内部指针还是本机指针来重载函数。
These three possibilities make sense because parameter types can only be declared on classes , constructors , and methods 这三个类是有意义的,因为参数类型只能在类、构造函数和方法中声明。
The return type and parameter types of a delegate type must be at least as accessible as the delegate type itself 委托类型的返回类型和参数类型必须至少与委托类型本身具有同样的可访问性。
The call stack window is used to view the names of functions on the call stack , parameter types , and parameter values “调用堆栈”窗口用于查看有关调用堆栈的函数的名称、参数类型和参数值。
Is thrown when the format of an argument in a method invocation does not match the format of the corresponding formal parameter type 当方法调用中参数的格式不符合对应的形参类型的格式时,引发