FormBuildWindowControl.dataSource Method     
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
| dataSource() | 
						 Gets or sets a data source that is used by the control or the form.  | 
        	
| dataSource(Object) | 
dataSource()
Gets or sets a data source that is used by the control or the form.
public:
 virtual int dataSource();
	[Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnly]
public virtual int dataSource();
	[<Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnly>]
abstract member dataSource : unit -> int
override this.dataSource : unit -> int
	Public Overridable Function dataSource () As Integer
	Returns
The identifier of the data source to use.
- Attributes
 - 
			Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnlyAttribute
 
Applies to
dataSource(Object)
public:
 virtual int dataSource(System::Object ^ _value);
	[Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnly]
public virtual int dataSource(object _value);
	[<Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnly>]
abstract member dataSource : obj -> int
override this.dataSource : obj -> int
	Public Overridable Function dataSource (_value As Object) As Integer
	Parameters
- _value
 - Object
 
Returns
- Attributes
 - 
			Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnlyAttribute