Member Junction
    Preparing search index...

    Interface RemoteOperationEntityDescriptor

    Minimal entity descriptor shape needed to resolve a Remote Operation's schema.

    interface RemoteOperationEntityDescriptor {
        BaseTable?: string;
        CodeName?: string;
        Name: string;
        SchemaName: string;
    }
    Index

    Properties

    BaseTable?: string
    CodeName?: string
    Name: string
    SchemaName: string