Dataset.Open
İçindekiler
[
Saklamak
]Open(string, FileDriver)
Veri kümesini açar.
public static Dataset Open(string path, FileDriver driver)
Parametre | Tip | Tanım |
---|---|---|
path | String | Veri kümesinin yolu. |
driver | FileDriver | Kullanılacak sürücü. |
Geri dönüş değeri
bir örneğiDataset
.
istisnalar
istisna | şart |
---|---|
ArgumentNullException | yolnull . |
GisException | Veri kümesi okunurken hata oluştu. |
IOException | Bir G/Ç hatası oluştu. |
Ayrıca bakınız
- class FileDriver
- class Dataset
- ad alanı Aspose.Gis
- toplantı Aspose.GIS
Open(AbstractPath, FileDriver)
Veri kümesini açar.
public static Dataset Open(AbstractPath path, FileDriver driver)
Parametre | Tip | Tanım |
---|---|---|
path | AbstractPath | Veri kümesinin yolu. |
driver | FileDriver | Kullanılacak sürücü. |
Geri dönüş değeri
bir örneğiDataset
.
istisnalar
istisna | şart |
---|---|
ArgumentNullException | yolnull . |
GisException | Veri kümesi okunurken hata oluştu. |
IOException | Bir G/Ç hatası oluştu. |
Ayrıca bakınız
- class AbstractPath
- class FileDriver
- class Dataset
- ad alanı Aspose.Gis
- toplantı Aspose.GIS
Open(string, FileDriver, DriverOptions)
Veri kümesini açar.
public static Dataset Open(string path, FileDriver driver, DriverOptions options)
Parametre | Tip | Tanım |
---|---|---|
path | String | Veri kümesinin yolu. |
driver | FileDriver | Kullanılacak sürücü. |
options | DriverOptions | Sürücüye özel seçenekler. |
Geri dönüş değeri
bir örneğiDataset
.
istisnalar
istisna | şart |
---|---|
ArgumentException | Seçenekler nesnesi bu sürücü için yanlış bir türe sahip. |
ArgumentNullException | yolnull . |
GisException | Veri kümesi okunurken hata oluştu. |
IOException | Bir G/Ç hatası oluştu. |
Ayrıca bakınız
- class FileDriver
- class DriverOptions
- class Dataset
- ad alanı Aspose.Gis
- toplantı Aspose.GIS
Open(AbstractPath, FileDriver, DriverOptions)
Veri kümesini açar.
public static Dataset Open(AbstractPath path, FileDriver driver, DriverOptions options)
Parametre | Tip | Tanım |
---|---|---|
path | AbstractPath | Veri kümesinin yolu. |
driver | FileDriver | Kullanılacak sürücü. |
options | DriverOptions | Sürücüye özel seçenekler. |
Geri dönüş değeri
bir örneğiDataset
.
istisnalar
istisna | şart |
---|---|
ArgumentException | Seçenekler nesnesi bu sürücü için yanlış bir türe sahip. |
ArgumentNullException | yolnull . |
GisException | Veri kümesi okunurken hata oluştu. |
IOException | Bir G/Ç hatası oluştu. |
Ayrıca bakınız
- class AbstractPath
- class FileDriver
- class DriverOptions
- class Dataset
- ad alanı Aspose.Gis
- toplantı Aspose.GIS
Open(IDbConnection, DatabaseDriver)
Veri kümesini açar.
public static Dataset Open(IDbConnection connection, DatabaseDriver driver)
Parametre | Tip | Tanım |
---|---|---|
connection | IDbConnection | Veritabanı bağlantısı açıldı. |
driver | DatabaseDriver | Kullanılacak sürücü. |
Geri dönüş değeri
bir örneğiDataset
.
istisnalar
istisna | şart |
---|---|
ArgumentException | Seçenekler nesnesi bu sürücü için yanlış bir türe sahip. |
ArgumentNullException | yolnull . |
GisException | Veri kümesi okunurken hata oluştu. |
IOException | Bir G/Ç hatası oluştu. |
Ayrıca bakınız
- class DatabaseDriver
- class Dataset
- ad alanı Aspose.Gis
- toplantı Aspose.GIS