FormDataSource.__resolvePartLinks_IntImpl__(String, Int32) 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.
public:
virtual cli::array <System::Object ^> ^ __resolvePartLinks_IntImpl__(System::String ^ relationName, int partTableId);
public virtual object[] __resolvePartLinks_IntImpl__ (string relationName, int partTableId);
abstract member __resolvePartLinks_IntImpl__ : string * int -> obj[]
override this.__resolvePartLinks_IntImpl__ : string * int -> obj[]
Public Overridable Function __resolvePartLinks_IntImpl__ (relationName As String, partTableId As Integer) As Object()
Parameters
- relationName
- String
- partTableId
- Int32
Returns
Object[]