Class AsyncSqlGeospatialDataReader
Inheritance
System.Object
AsyncSqlGeospatialDataReader
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class AsyncSqlGeospatialDataReader : AsyncReaderBase
Constructors
Declaration
public AsyncSqlGeospatialDataReader()
Fields
Declaration
public static readonly DependencyProperty GeospatialPropertyNameProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Declaration
public static readonly DependencyProperty SourceProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Properties
Declaration
public string GeospatialPropertyName { get; set; }
Property Value
Declaration
public IEnumerable Source { get; set; }
Property Value
|
System.Collections.IEnumerable
|
Methods
Declaration
protected override void OnReaderPropertyChanged(DependencyPropertyChangedEventArgs eventArgs)
Parameters
|
Microsoft.UI.Xaml.DependencyPropertyChangedEventArgs
eventArgs
|
Overrides
Declaration
public override int ReadAsync()
Returns
Overrides
Declaration
public override int ReadAsync(object userState)
Parameters
Returns
Overrides
Extension Methods