dotnetCHARTING Send comments on this topic.
DataProviderType Property
See Also 
dotnetCHARTING Namespace > Series Class : DataProviderType Property


Specifies a database type. Defaults to OleDb (Access database).

Syntax

Visual Basic (Declaration) 
Public Property DataProviderType As DataProviderType
Visual Basic (Usage)Copy Code
Dim instance As Series
Dim value As DataProviderType
 
instance.DataProviderType = value
 
value = instance.DataProviderType
C# 
public DataProviderType DataProviderType {get; set;}

See Also

© 2010 All Rights Reserved.