Skip to main content
All docs
V25.1
  • WebApiDataStoreClient Members

    A data store provider (an IDataStore implementation) for client applications that use Web API to transfer data.

    Constructors

    Name Description
    WebApiDataStoreClient(HttpClient, AutoCreateOption) Initializes a new instance of the WebApiDataStoreClient class with specified settings.

    Fields

    Name Description
    IgnoreIllegalXmlCharacters static
    XpoProviderTypeString Gets the name of the current connection provider. This name is used internally when the WebApiDataStoreClient.GetConnectionString method is used to generate a connection string.

    Properties

    Name
    HttpClient

    Methods

    Name Description
    CreateProviderFromString(String, AutoCreateOption, out IDisposable[]) static This member supports the internal infrastructure and is not intended to be used directly from your code.
    Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
    Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
    GetConnectionString(String) static Returns a connection string that can be passed to the XpoDefault.GetDataLayer and XpoDefault.GetConnectionProvider methods.
    GetHashCode() Serves as the default hash function. Inherited from Object.
    GetType() Gets the Type of the current instance. Inherited from Object.
    MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
    ModifyData(DataCacheCookie, ModificationStatement[])
    ModifyDataAsync(CancellationToken, DataCacheCookie, ModificationStatement[])
    NotifyDirtyTables(DataCacheCookie, String[])
    NotifyDirtyTablesAsync(CancellationToken, DataCacheCookie, String[])
    ProcessCookie(DataCacheCookie)
    ProcessCookieAsync(CancellationToken, DataCacheCookie)
    ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
    Register() static Registers the provider for use with XPO.
    SelectData(DataCacheCookie, SelectStatement[])
    SelectDataAsync(CancellationToken, DataCacheCookie, SelectStatement[])
    ToString() Returns a string that represents the current object. Inherited from Object.
    UpdateSchema(DataCacheCookie, DBTable[], Boolean)
    UpdateSchemaAsync(CancellationToken, DataCacheCookie, DBTable[], Boolean)
    See Also