'Declaration Protected Overridable Sub Initialize( _ ByVal sourcePropertyTypes() As Type _ )
'Usage Dim instance As StatFunction Dim sourcePropertyTypes() As Type instance.Initialize(sourcePropertyTypes)
protected virtual void Initialize( Type[] sourcePropertyTypes )
Parameters
- sourcePropertyTypes
- A Type array containing the types of the columns specified by the SourcePropertyName property.