LobSystemCollection.Create Method
Creates an external system object.
Namespace: Microsoft.SharePoint.BusinessData.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Function Create ( _
name As String, _
isCached As Boolean, _
type As SystemType _
) As LobSystem
'Usage
Dim instance As LobSystemCollection
Dim name As String
Dim isCached As Boolean
Dim type As SystemType
Dim returnValue As LobSystem
returnValue = instance.Create(name, isCached, _
type)
public LobSystem Create(
string name,
bool isCached,
SystemType type
)
Parameters
name
Type: System.StringThe name of the external system object.
isCached
Type: System.Booleantrue, if the external system object is cached; otherwise, false.
type
Type: Microsoft.BusinessData.MetadataModel.SystemTypeThe type of the external system object.
Return Value
Type: Microsoft.SharePoint.BusinessData.Administration.LobSystem
An external system object.