Show / Hide Table of Contents

    DataStoreDataExtensions.ImportString Method

    .NET Standard 2.x

    Inserts the tab-separated data from a string into the DataStore.

    Namespace: DWNet.Data

    Assembly: DWNet.Data.dll

    Overloads

    Method Description
    ImportString(this IDataStoreBase dataStore, string text) Inserts the tab-separated data from a string into the DataStore.
    ImportString(this IDataStoreBase dataStore, string text, int startRow) Inserts the tab-separated data from a string into the DataStore. You can specify the starting and ending rows in the string.
    ImportString(this IDataStoreBase dataStore, string text, int startRow, int endRow)) Inserts the tab-separated data from a string into the DataStore. You can specify the starting and ending rows in the string.
    ImportString(this IDataStoreBase dataStore, string text, int startRow, int endRow, short startColumn) Inserts the tab-separated data from a string into the DataStore. You can specify the starting and ending rows and columns in the string to be imported.
    ImportString(this IDataStoreBase dataStore, string text, int startRow, int endRow, short startColumn, short endColumn) Inserts the tab-separated data from a string into the DataStore. You can specify the starting and ending rows and columns in the string to be imported.
    ImportString(this IDataStoreBase dataStore, string text, int startRow, int endRow, short startColumn, short endColumn, short dwStartColumn) Inserts the tab-separated data from a string into the DataStore. You can specify the starting and ending rows and columns in the string to be imported. You can also specify the first column in the DataStore that should receive data.
    Back to top Generated by Appeon