DK11 for .NET | TatukGIS.NDK.TGIS_LayerVectorSqlAbstract.ViewFeatures | Constructors | Fields | Methods | Properties | Events
Name of the features view. If attached name is different then the default, then querying will be done based on provided view. By providing empty String - default table name will be restored. Updates will always be done on standard table.
// C# public String ViewFeatures { get {} set {} }
' VisualBasic Public Property ViewFeatures As String Get End Get Set(ByVal value As String) End Set End Property
// Oxygene public property ViewFeatures : String read read;
Type |
---|
string String |