StrataFrame Forum
Back
Login
Login
Home
»
StrataFrame Application Framework - V1
»
Business Objects and Data Access (How do I?)
»
businesslayer.getenumerable(True)
businesslayer.getenumerable(True)
Post Reply
Like
0
businesslayer.getenumerable(True)
View
Flat Ascending
Flat Descending
Threaded
Options
Subscribe to topic
Print This Topic
RSS Feed
Goto Topics Forum
Author
Message
Charles R Hankey
Charles R Hankey
posted 14 Years Ago
ANSWER
Topic Details
Share Topic
Group: Forum Members
Posts: 524,
Visits: 30K
Poking around in source code I find the overload for businesslayer.getenumerable
_
Public Function GetEnumerable(ByVal separateInstances As Boolean) As IEnumerable
If separateInstances Then
'-- Create a new business binding source that will be disposed after use
Dim bbs As New BusinessBindingSource(True)
bbs.BusinessObject = Me
Return bbs
Else
Return Me.GetEnumerable()
End If
End Function
This looks cool. I'm trying to come up with a scenario where is can be useful as I am pretty sure there may be a lot of them.
Suggestions?
Reply
Like
0
GO
Merge Selected
Merge into selected topic...
Merge into merge target...
Merge into a specific topic ID...
Open Merge
Threaded View
Threaded View
businesslayer.getenumerable(True)
Charles R Hankey
-
14 Years Ago
This has to do with working through a web environment. The WBBS...
Dustin Taylor
-
14 Years Ago
Thanks Dustin
I haven't done any web stuff with SF yet but...
Charles R Hankey
-
14 Years Ago
Post Reply
Like
0
Similar Topics
Post Quoted Reply
Reading This Topic
Login
Login
Remember Me
Reset Password
Resend Validation Email
Login
Explore
Messages
Mentions
Search