AwDbNavigate.View Property

Gets the data view.

[Visual Basic]
Public ReadOnly Property View As DataView
[C#]
public System.Data.DataView View {get;}

Property Value

DataView.

Example

How to get a data view.

Dim dv As DataView = dbNavigate.View
DataView dv = dbNavigate.View;

See Also

AwDbNavigate Class | Asterworld.Data Namespace

Home | Software & Source Code Library | About Us | Information Based on Law | Terms of Service
Software List | Product Price List | How to Buy | Order Form | FAQ | Site Map
Copyright (C) 2001-2012 Asterworld. All Rights Reserved.