AutoBE
    Preparing search index...
    interface IBindStatement {
        kind: "bind";
        name: string;
        value: IValueExpression;
    }
    Index

    Properties

    Properties

    kind: "bind"
    name: string