Click or drag to resize
DataExtensionsAsModifyable Method
Ensures that the given DataSet is not cached, copies the data if it is

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax
C#
public static DataSet AsModifyable(
	this DataSet ds
)

Parameters

ds
Type: System.DataDataSet
Source data

Return Value

Type: DataSet

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type DataSet. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also