[]
Gets the DataView object associated with this model.
public DataView GetDataView()
Public Function GetDataView() As DataView
Type | Description |
---|---|
DataView |
Gets the DataView object associated with this model.
public DataView GetDataView(bool create)
Public Function GetDataView(create As Boolean) As DataView
Type | Name | Description |
---|---|---|
bool | create | Whether to recreate the DataView |
Type | Description |
---|---|
DataView |