Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
获取或设置连接关键字的值。
Public Overrides Property Item(ByVal keyword As String) As Object
public override object this[string keyword] {get;set;}
keyword 连接关键字的名称。
表示指定连接关键字的值的对象。
如果关键字或类型无效,则会抛出异常。关键字不区分大小写。
设置该值时,传递 NULL 会将该值清除。