GigaSpaces XAP.NET Documentation
EntryType Property
Class LibraryGigaSpaces.XAP.ConfigurationExternalDataSourceConfigurationElementEntryType
Determines if this external data source should use documents or objects.
Declaration Syntax
C#Visual BasicVisual C++J#
public Nullable<EntryType> EntryType { get; set; }
Public Property EntryType As Nullable(Of EntryType)
public:
property Nullable<EntryType> EntryType {
	Nullable<EntryType> get ();
	void set (Nullable<EntryType> value);
}
/** @property */
public Nullable<EntryType> get_EntryType()
/** @property */
public  void set_EntryType(Nullable<EntryType> value)

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 12.1.0.0 (12.1.0.17000)